summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/extendsfdf2.c
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2011-11-15 18:34:44 +0000
committerDaniel Dunbar <daniel@zuster.org>2011-11-15 18:34:44 +0000
commitb6f75f73fde2c7b4a19dd8fee5f3be1bc87d5705 (patch)
treef8745c34b8d7301a25595745755d3a04175c2d54 /compiler-rt/lib/extendsfdf2.c
parent3306157ab3ea637db40473a24ba95ab9bd5d0ca5 (diff)
downloadbcm5719-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.c2
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;
OpenPOWER on IntegriCloud