summaryrefslogtreecommitdiff
path: root/lib/negsf2.c
diff options
context:
space:
mode:
authorStephen Canon <scanon@apple.com>2010-07-03 00:56:03 +0000
committerStephen Canon <scanon@apple.com>2010-07-03 00:56:03 +0000
commitb6d4e2e3a87eb3c9a6dec0ad21d4c1dec545c137 (patch)
treec85023f7022622149168a816845e2be4f46d696d /lib/negsf2.c
parent455c2633311fe29b036a53eb466f6d65af97de4f (diff)
downloadcompiler-rt-b6d4e2e3a87eb3c9a6dec0ad21d4c1dec545c137.tar.gz
compiler-rt-b6d4e2e3a87eb3c9a6dec0ad21d4c1dec545c137.tar.bz2
compiler-rt-b6d4e2e3a87eb3c9a6dec0ad21d4c1dec545c137.tar.xz
Renamed unsigned->float routines to match GCC convention
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@107554 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/negsf2.c')
-rw-r--r--lib/negsf2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/negsf2.c b/lib/negsf2.c
index f21c7605..5e91e87e 100644
--- a/lib/negsf2.c
+++ b/lib/negsf2.c
@@ -1,4 +1,4 @@
-//===-- lib/negsf3.c - single-precision negation ------------------*- C -*-===//
+//===-- lib/negsf2.c - single-precision negation ------------------*- C -*-===//
//
// The LLVM Compiler Infrastructure
//