Fix this test case to match output after a bug was fixed.
authorReid Spencer <rspencer@reidspencer.com>
Mon, 26 Mar 2007 18:04:38 +0000 (18:04 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 26 Mar 2007 18:04:38 +0000 (18:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35359 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/InstCombine/2007-03-25-BadShiftMask.ll

index 3a706a5686abca1f0bb81da03b55afc7953e0f05..dcd70478c66ed5a4c057bd05bbe694e1e9e95986 100644 (file)
@@ -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 }