summaryrefslogtreecommitdiffstats
path: root/llvm/test/Integer/testlogical_new_bt.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Integer/testlogical_new_bt.ll')
-rw-r--r--llvm/test/Integer/testlogical_new_bt.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/Integer/testlogical_new_bt.ll b/llvm/test/Integer/testlogical_new_bt.ll
index 41f5d0cac32..349b4ab95ff 100644
--- a/llvm/test/Integer/testlogical_new_bt.ll
+++ b/llvm/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
OpenPOWER on IntegriCloud