diff options
| author | Daniel Dunbar <daniel@zuster.org> | 2009-10-27 17:49:19 +0000 |
|---|---|---|
| committer | Daniel Dunbar <daniel@zuster.org> | 2009-10-27 17:49:19 +0000 |
| commit | 805c49408fbacc49b2947ad8e060d30ea964b338 (patch) | |
| tree | f621183bae534d78f9b1d0333f6ad79518a57180 | |
| parent | 64857209fbd7bbb2d6ee241e3c783995739cc474 (diff) | |
| download | bcm5719-llvm-805c49408fbacc49b2947ad8e060d30ea964b338.tar.gz bcm5719-llvm-805c49408fbacc49b2947ad8e060d30ea964b338.zip | |
Update some .S file headers.
llvm-svn: 85262
| -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 // |

