diff options
Diffstat (limited to 'compiler-rt/lib')
| -rw-r--r-- | compiler-rt/lib/i386/floatundidf.S | 2 | ||||
| -rw-r--r-- | compiler-rt/lib/ppc/restFP.S | 2 | ||||
| -rw-r--r-- | compiler-rt/lib/ppc/saveFP.S | 2 | ||||
| -rw-r--r-- | compiler-rt/lib/x86_64/floatundidf.S | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/compiler-rt/lib/i386/floatundidf.S b/compiler-rt/lib/i386/floatundidf.S index d9be853435e..943ec380530 100644 --- a/compiler-rt/lib/i386/floatundidf.S +++ b/compiler-rt/lib/i386/floatundidf.S @@ -1,4 +1,4 @@ -//===-- floatundidf.s - Implement __floatundidf for i386 ------------------===// +//===-- floatundidf.S - Implement __floatundidf for i386 ------------------===// // // The LLVM Compiler Infrastructure // diff --git a/compiler-rt/lib/ppc/restFP.S b/compiler-rt/lib/ppc/restFP.S index 6b8428a5725..8fd8fa13b25 100644 --- a/compiler-rt/lib/ppc/restFP.S +++ b/compiler-rt/lib/ppc/restFP.S @@ -1,4 +1,4 @@ -//===-- restFP.s - Implement restFP ---------------------------------------===// +//===-- restFP.S - Implement restFP ---------------------------------------===// // // The LLVM Compiler Infrastructure // diff --git a/compiler-rt/lib/ppc/saveFP.S b/compiler-rt/lib/ppc/saveFP.S index 41a91277150..ef0590f21a4 100644 --- a/compiler-rt/lib/ppc/saveFP.S +++ b/compiler-rt/lib/ppc/saveFP.S @@ -1,4 +1,4 @@ -//===-- saveFP.s - Implement saveFP ---------------------------------------===// +//===-- saveFP.S - Implement saveFP ---------------------------------------===// // // The LLVM Compiler Infrastructure // diff --git a/compiler-rt/lib/x86_64/floatundidf.S b/compiler-rt/lib/x86_64/floatundidf.S index 2eb8c7a7670..4ccaac2ce7e 100644 --- a/compiler-rt/lib/x86_64/floatundidf.S +++ b/compiler-rt/lib/x86_64/floatundidf.S @@ -1,4 +1,4 @@ -//===-- floatundidf.s - Implement __floatundidf for x86_64 ----------------===// +//===-- floatundidf.S - Implement __floatundidf for x86_64 ----------------===// // // The LLVM Compiler Infrastructure // |

