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