summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/floatdisf.c
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2012-06-22 21:09:15 +0000
committerChandler Carruth <chandlerc@gmail.com>2012-06-22 21:09:15 +0000
commit321916a76bd54ce781dbe995cf6ace220d97fc90 (patch)
tree091774cd1882dc4cf825a2394f17fab9a63a2529 /compiler-rt/lib/floatdisf.c
parente80a289fdc35571e67ff181c3250910cfb98ecb9 (diff)
downloadbcm5719-llvm-321916a76bd54ce781dbe995cf6ace220d97fc90.tar.gz
bcm5719-llvm-321916a76bd54ce781dbe995cf6ace220d97fc90.zip
Remove extraneous semicolons outside of functions. This fixes a large
number of -pedantic warnings. llvm-svn: 159033
Diffstat (limited to 'compiler-rt/lib/floatdisf.c')
-rw-r--r--compiler-rt/lib/floatdisf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/floatdisf.c b/compiler-rt/lib/floatdisf.c
index 66073079328..3e47580ef57 100644
--- a/compiler-rt/lib/floatdisf.c
+++ b/compiler-rt/lib/floatdisf.c
@@ -22,7 +22,7 @@
#include "int_lib.h"
-ARM_EABI_FNALIAS(l2f, floatdisf);
+ARM_EABI_FNALIAS(l2f, floatdisf)
COMPILER_RT_ABI float
__floatdisf(di_int a)
OpenPOWER on IntegriCloud