From 0193b74976719b8aea4cb8874ba36b75836a8d6e 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. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@159033 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/floatundidf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/floatundidf.c') diff --git a/lib/floatundidf.c b/lib/floatundidf.c index 67917017..e52fa0a3 100644 --- a/lib/floatundidf.c +++ b/lib/floatundidf.c @@ -22,7 +22,7 @@ #include "int_lib.h" -ARM_EABI_FNALIAS(ul2d, floatundidf); +ARM_EABI_FNALIAS(ul2d, floatundidf) #ifndef __SOFT_FP__ /* Support for systems that have hardware floating-point; we'll set the inexact flag -- cgit v1.2.3