diff options
-rw-r--r-- | libcxxabi/src/Unwind/UnwindRegistersRestore.S (renamed from libcxxabi/src/Unwind/UnwindRegistersRestore_.s) | 2 | ||||
-rw-r--r-- | libcxxabi/src/Unwind/UnwindRegistersSave.S (renamed from libcxxabi/src/Unwind/UnwindRegistersSave_.s) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libcxxabi/src/Unwind/UnwindRegistersRestore_.s b/libcxxabi/src/Unwind/UnwindRegistersRestore.S index fb6be617b00..5e24e0da05b 100644 --- a/libcxxabi/src/Unwind/UnwindRegistersRestore_.s +++ b/libcxxabi/src/Unwind/UnwindRegistersRestore.S @@ -1,4 +1,4 @@ -//===-------------------- UnwindRegistersRestore.s ------------------------===// +//===-------------------- UnwindRegistersRestore.S ------------------------===// // // The LLVM Compiler Infrastructure // diff --git a/libcxxabi/src/Unwind/UnwindRegistersSave_.s b/libcxxabi/src/Unwind/UnwindRegistersSave.S index 834e2600696..674f8133705 100644 --- a/libcxxabi/src/Unwind/UnwindRegistersSave_.s +++ b/libcxxabi/src/Unwind/UnwindRegistersSave.S @@ -1,4 +1,4 @@ -//===------------------------ UnwindRegistersSave.s -----------------------===// +//===------------------------ UnwindRegistersSave.S -----------------------===// // // The LLVM Compiler Infrastructure // |