forked from OSchip/llvm-project
Rename UnwindRegisters*.s files to UnwindRegisters*.S, step 2 of 2
These files require preprocessing, so their name should end with a capital S. llvm-svn: 196555
This commit is contained in:
parent
c6a7b1bc92
commit
6b04d06ed3
|
@ -1,4 +1,4 @@
|
|||
//===-------------------- UnwindRegistersRestore.s ------------------------===//
|
||||
//===-------------------- UnwindRegistersRestore.S ------------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
|
@ -1,4 +1,4 @@
|
|||
//===------------------------ UnwindRegistersSave.s -----------------------===//
|
||||
//===------------------------ UnwindRegistersSave.S -----------------------===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
Loading…
Reference in New Issue