| commit | 0193b74976719b8aea4cb8874ba36b75836a8d6e | [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 | 1614cbd2ac9fd5e91d2bb1625222cb2aeee47c0e | |
| parent | 0c87068785c951351814b8e7a7d0df29272397b6 [diff] [blame] |
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
diff --git a/lib/divdf3.c b/lib/divdf3.c index cc034dd..efce6bb 100644 --- a/lib/divdf3.c +++ b/lib/divdf3.c
@@ -19,7 +19,7 @@ #define DOUBLE_PRECISION #include "fp_lib.h" -ARM_EABI_FNALIAS(ddiv, divdf3); +ARM_EABI_FNALIAS(ddiv, divdf3) fp_t __divdf3(fp_t a, fp_t b) {