summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-03-26 18:04:38 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-03-26 18:04:38 +0000
commitd9fe01c7a469d778bbd88e3f93acc77f781ac84c (patch)
treeb6708ce1e436ad5f2b21614aacad52267cc10e79
parent755d0e7ffce7ead712537d328e024722d5f6b965 (diff)
downloadbcm5719-llvm-d9fe01c7a469d778bbd88e3f93acc77f781ac84c.tar.gz
bcm5719-llvm-d9fe01c7a469d778bbd88e3f93acc77f781ac84c.zip
Fix this test case to match output after a bug was fixed.
llvm-svn: 35359
-rw-r--r--llvm/test/Transforms/InstCombine/2007-03-25-BadShiftMask.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/Transforms/InstCombine/2007-03-25-BadShiftMask.ll b/llvm/test/Transforms/InstCombine/2007-03-25-BadShiftMask.ll
index 3a706a5686a..dcd70478c66 100644
--- a/llvm/test/Transforms/InstCombine/2007-03-25-BadShiftMask.ll
+++ b/llvm/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 }
OpenPOWER on IntegriCloud