From 805c49408fbacc49b2947ad8e060d30ea964b338 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Tue, 27 Oct 2009 17:49:19 +0000 Subject: Update some .S file headers. llvm-svn: 85262 --- compiler-rt/lib/i386/floatundidf.S | 2 +- compiler-rt/lib/ppc/restFP.S | 2 +- compiler-rt/lib/ppc/saveFP.S | 2 +- compiler-rt/lib/x86_64/floatundidf.S | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'compiler-rt/lib') 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 // -- cgit v1.2.3