From 321916a76bd54ce781dbe995cf6ace220d97fc90 Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Fri, 22 Jun 2012 21:09:15 +0000 Subject: Remove extraneous semicolons outside of functions. This fixes a large number of -pedantic warnings. llvm-svn: 159033 --- compiler-rt/lib/truncdfsf2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler-rt/lib/truncdfsf2.c') diff --git a/compiler-rt/lib/truncdfsf2.c b/compiler-rt/lib/truncdfsf2.c index f57af7e736d..61c909a22d8 100644 --- a/compiler-rt/lib/truncdfsf2.c +++ b/compiler-rt/lib/truncdfsf2.c @@ -64,7 +64,7 @@ static inline dst_t dstFromRep(dst_rep_t x) { // End helper routines. Conversion implementation follows. -ARM_EABI_FNALIAS(d2f, truncdfsf2); +ARM_EABI_FNALIAS(d2f, truncdfsf2) COMPILER_RT_ABI dst_t __truncdfsf2(src_t a) { -- cgit v1.2.3