aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Transforms/InstCombine/2007-03-25-BadShiftMask.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/2007-03-25-BadShiftMask.ll b/test/Transforms/InstCombine/2007-03-25-BadShiftMask.ll
index 3a706a5686..dcd70478c6 100644
--- a/test/Transforms/InstCombine/2007-03-25-BadShiftMask.ll
+++ b/test/Transforms/InstCombine/2007-03-25-BadShiftMask.ll
@@ -1,5 +1,6 @@
; PR1271
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep 'br i1 %1'
+; RUN: llvm-as < %s | opt -instcombine | llvm-dis | \
+; RUN: grep 'icmp eq i32 .tmp.*, 2146435072'
%struct..0anon = type { i32, i32 }
%struct..1anon = type { double }