summaryrefslogtreecommitdiff
path: root/test/Integer/a15.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Integer/a15.ll')
-rw-r--r--test/Integer/a15.ll12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/Integer/a15.ll b/test/Integer/a15.ll
index d3cc319b42..4e4908cbbb 100644
--- a/test/Integer/a15.ll
+++ b/test/Integer/a15.ll
@@ -10,12 +10,12 @@
@f = constant i15 sub(i15 0 , i15 32767)
@g = constant i15 sub(i15 2 , i15 32767)
-@h = constant i15 shl(i15 1 , i8 15)
-@i = constant i15 shl(i15 1 , i8 14)
-@j = constant i15 lshr(i15 32767 , i8 14)
-@k = constant i15 lshr(i15 32767 , i8 15)
-@l = constant i15 ashr(i15 32767 , i8 14)
-@m = constant i15 ashr(i15 32767 , i8 15)
+@h = constant i15 shl(i15 1 , i15 15)
+@i = constant i15 shl(i15 1 , i15 14)
+@j = constant i15 lshr(i15 32767 , i15 14)
+@k = constant i15 lshr(i15 32767 , i15 15)
+@l = constant i15 ashr(i15 32767 , i15 14)
+@m = constant i15 ashr(i15 32767 , i15 15)
@n = constant i15 mul(i15 32767, i15 2)
@q = constant i15 mul(i15 -16383,i15 -3)