summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/clzti2.c
diff options
context:
space:
mode:
Diffstat (limited to 'compiler-rt/lib/clzti2.c')
-rw-r--r--compiler-rt/lib/clzti2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler-rt/lib/clzti2.c b/compiler-rt/lib/clzti2.c
index 7a650eb4254..355c20e4239 100644
--- a/compiler-rt/lib/clzti2.c
+++ b/compiler-rt/lib/clzti2.c
@@ -12,10 +12,10 @@
* ===----------------------------------------------------------------------===
*/
-#if __x86_64
-
#include "int_lib.h"
+#if __x86_64
+
/* Returns: the number of leading 0-bits */
/* Precondition: a != 0 */
OpenPOWER on IntegriCloud