diff options
author | Daniel Dunbar <daniel@zuster.org> | 2011-11-15 18:34:44 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2011-11-15 18:34:44 +0000 |
commit | b6f75f73fde2c7b4a19dd8fee5f3be1bc87d5705 (patch) | |
tree | f8745c34b8d7301a25595745755d3a04175c2d54 /compiler-rt/lib/extendsfdf2.c | |
parent | 3306157ab3ea637db40473a24ba95ab9bd5d0ca5 (diff) | |
download | bcm5719-llvm-b6f75f73fde2c7b4a19dd8fee5f3be1bc87d5705.tar.gz bcm5719-llvm-b6f75f73fde2c7b4a19dd8fee5f3be1bc87d5705.zip |
lib: Integrate abi.h into int_lib.h, there aren't good enough reasons for this extra complexity.
llvm-svn: 144660
Diffstat (limited to 'compiler-rt/lib/extendsfdf2.c')
-rw-r--r-- | compiler-rt/lib/extendsfdf2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/extendsfdf2.c b/compiler-rt/lib/extendsfdf2.c index c0b628dffcd..a63015430b1 100644 --- a/compiler-rt/lib/extendsfdf2.c +++ b/compiler-rt/lib/extendsfdf2.c @@ -41,7 +41,7 @@ #include <stdint.h> #include <limits.h> -#include "abi.h" +#include "int_lib.h" typedef float src_t; typedef uint32_t src_rep_t; |