[llvm-commits] [compiler-rt] r85262 - in /compiler-rt/trunk/lib: i386/floatundidf.S ppc/restFP.S ppc/saveFP.S x86_64/floatundidf.S

Daniel Dunbar daniel at zuster.org
Tue Oct 27 10:49:19 PDT 2009


Author: ddunbar
Date: Tue Oct 27 12:49:19 2009
New Revision: 85262

URL: http://llvm.org/viewvc/llvm-project?rev=85262&view=rev
Log:
Update some .S file headers.

Modified:
    compiler-rt/trunk/lib/i386/floatundidf.S
    compiler-rt/trunk/lib/ppc/restFP.S
    compiler-rt/trunk/lib/ppc/saveFP.S
    compiler-rt/trunk/lib/x86_64/floatundidf.S

Modified: compiler-rt/trunk/lib/i386/floatundidf.S
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/i386/floatundidf.S?rev=85262&r1=85261&r2=85262&view=diff

==============================================================================
--- compiler-rt/trunk/lib/i386/floatundidf.S (original)
+++ compiler-rt/trunk/lib/i386/floatundidf.S Tue Oct 27 12:49:19 2009
@@ -1,4 +1,4 @@
-//===-- floatundidf.s - Implement __floatundidf for i386 ------------------===//
+//===-- floatundidf.S - Implement __floatundidf for i386 ------------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //

Modified: compiler-rt/trunk/lib/ppc/restFP.S
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/ppc/restFP.S?rev=85262&r1=85261&r2=85262&view=diff

==============================================================================
--- compiler-rt/trunk/lib/ppc/restFP.S (original)
+++ compiler-rt/trunk/lib/ppc/restFP.S Tue Oct 27 12:49:19 2009
@@ -1,4 +1,4 @@
-//===-- restFP.s - Implement restFP ---------------------------------------===//
+//===-- restFP.S - Implement restFP ---------------------------------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //

Modified: compiler-rt/trunk/lib/ppc/saveFP.S
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/ppc/saveFP.S?rev=85262&r1=85261&r2=85262&view=diff

==============================================================================
--- compiler-rt/trunk/lib/ppc/saveFP.S (original)
+++ compiler-rt/trunk/lib/ppc/saveFP.S Tue Oct 27 12:49:19 2009
@@ -1,4 +1,4 @@
-//===-- saveFP.s - Implement saveFP ---------------------------------------===//
+//===-- saveFP.S - Implement saveFP ---------------------------------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //

Modified: compiler-rt/trunk/lib/x86_64/floatundidf.S
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/lib/x86_64/floatundidf.S?rev=85262&r1=85261&r2=85262&view=diff

==============================================================================
--- compiler-rt/trunk/lib/x86_64/floatundidf.S (original)
+++ compiler-rt/trunk/lib/x86_64/floatundidf.S Tue Oct 27 12:49:19 2009
@@ -1,4 +1,4 @@
-//===-- floatundidf.s - Implement __floatundidf for x86_64 ----------------===//
+//===-- floatundidf.S - Implement __floatundidf for x86_64 ----------------===//
 //
 //                     The LLVM Compiler Infrastructure
 //





More information about the llvm-commits mailing list