summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/cmpti2.c
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/lib/cmpti2.c')
-rw-r--r--compiler-rt/lib/cmpti2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler-rt/lib/cmpti2.c b/compiler-rt/lib/cmpti2.c
index b156fce90bf..d0aec452a46 100644
--- a/compiler-rt/lib/cmpti2.c
+++ b/compiler-rt/lib/cmpti2.c
@@ -12,10 +12,10 @@
* ===----------------------------------------------------------------------===
*/
-#if __x86_64
-
#include "int_lib.h"
+#if __x86_64
+
/* Returns: if (a < b) returns 0
* if (a == b) returns 1
* if (a > b) returns 2
OpenPOWER on IntegriCloud