commit | 321916a76bd54ce781dbe995cf6ace220d97fc90 | [log] [tgz] |
---|---|---|
author | Chandler Carruth <chandlerc@gmail.com> | Fri Jun 22 21:09:15 2012 +0000 |
committer | Chandler Carruth <chandlerc@gmail.com> | Fri Jun 22 21:09:15 2012 +0000 |
tree | 091774cd1882dc4cf825a2394f17fab9a63a2529 | |
parent | e80a289fdc35571e67ff181c3250910cfb98ecb9 [diff] [blame] |
Remove extraneous semicolons outside of functions. This fixes a large number of -pedantic warnings. llvm-svn: 159033
diff --git a/compiler-rt/lib/floatunsidf.c b/compiler-rt/lib/floatunsidf.c index 0722248..ba6c2cf 100644 --- a/compiler-rt/lib/floatunsidf.c +++ b/compiler-rt/lib/floatunsidf.c
@@ -18,7 +18,7 @@ #include "int_lib.h" -ARM_EABI_FNALIAS(ui2d, floatunsidf); +ARM_EABI_FNALIAS(ui2d, floatunsidf) fp_t __floatunsidf(unsigned int a) {