summaryrefslogtreecommitdiff
path: root/test/Integer/testlogical_new_bt.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Integer/testlogical_new_bt.ll')
-rw-r--r--test/Integer/testlogical_new_bt.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Integer/testlogical_new_bt.ll b/test/Integer/testlogical_new_bt.ll
index 41f5d0cac3..349b4ab95f 100644
--- a/test/Integer/testlogical_new_bt.ll
+++ b/test/Integer/testlogical_new_bt.ll
@@ -9,8 +9,8 @@ begin
%t1 = xor i31 %i0, %j0
%t2 = or i31 %i0, %j0
%t3 = and i31 %t1, %t2
- %t4 = shl i31 %i0, i8 2
- %t5 = ashr i31 %i0, i8 2
- %t6 = lshr i31 %j0, i8 22
+ %t4 = shl i31 %i0, 2
+ %t5 = ashr i31 %i0, 2
+ %t6 = lshr i31 %j0, 22
ret i31 %t3
end