summaryrefslogtreecommitdiff
path: root/test/Integer/a17.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Integer/a17.ll')
-rw-r--r--test/Integer/a17.ll12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/Integer/a17.ll b/test/Integer/a17.ll
index 82760786cd..a83b2000d8 100644
--- a/test/Integer/a17.ll
+++ b/test/Integer/a17.ll
@@ -10,12 +10,12 @@
@f = constant i17 sub(i17 0 , i17 131071)
@g = constant i17 sub(i17 2 , i17 131071)
-@h = constant i17 shl(i17 1 , i8 17)
-@i = constant i17 shl(i17 1 , i8 16)
-@j = constant i17 lshr(i17 131071 , i8 16)
-@k = constant i17 lshr(i17 131071 , i8 17)
-@l = constant i17 ashr(i17 131071 , i8 16)
-@m = constant i17 ashr(i17 131071 , i8 17)
+@h = constant i17 shl(i17 1 , i17 17)
+@i = constant i17 shl(i17 1 , i17 16)
+@j = constant i17 lshr(i17 131071 , i17 16)
+@k = constant i17 lshr(i17 131071 , i17 17)
+@l = constant i17 ashr(i17 131071 , i17 16)
+@m = constant i17 ashr(i17 131071 , i17 17)
@n = constant i17 mul(i17 131071, i17 2)
@q = constant i17 sdiv(i17 -1, i17 65535)