diff options
author | Stephen Canon <scanon@apple.com> | 2010-07-03 00:56:03 +0000 |
---|---|---|
committer | Stephen Canon <scanon@apple.com> | 2010-07-03 00:56:03 +0000 |
commit | 7973295a19f5d7f68e4c22ee228acde7a5de4fef (patch) | |
tree | 719d04b2dc196798fb2989eeb88be492ae073231 /compiler-rt/lib/negdf2.c | |
parent | fc9cdc4d61f96a9a1aa423b83fa7470d2e86673d (diff) | |
download | bcm5719-llvm-7973295a19f5d7f68e4c22ee228acde7a5de4fef.tar.gz bcm5719-llvm-7973295a19f5d7f68e4c22ee228acde7a5de4fef.zip |
Renamed unsigned->float routines to match GCC convention
llvm-svn: 107554
Diffstat (limited to 'compiler-rt/lib/negdf2.c')
-rw-r--r-- | compiler-rt/lib/negdf2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/negdf2.c b/compiler-rt/lib/negdf2.c index eb6efc722d4..527b068a17a 100644 --- a/compiler-rt/lib/negdf2.c +++ b/compiler-rt/lib/negdf2.c @@ -1,4 +1,4 @@ -//===-- lib/negdf3.c - double-precision negation ------------------*- C -*-===// +//===-- lib/negdf2.c - double-precision negation ------------------*- C -*-===// // // The LLVM Compiler Infrastructure // |