Make this test actually match the generated code.
authorReid Spencer <rspencer@reidspencer.com>
Thu, 22 Mar 2007 02:53:05 +0000 (02:53 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 22 Mar 2007 02:53:05 +0000 (02:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35263 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/InstCombine/2007-03-21-SignedRangeTest.ll

index 94f12b87ff462c3aa9f8d9ebcab4af9e8da05c76..75d9fb37de5153fd352c2dd237a6501d4fa7ee99 100644 (file)
@@ -1,5 +1,5 @@
 ; For PR1248
-; RUN: llvm-as %s -o - | opt -instcombine | llvm-dis | grep 'ugt i32 %tmp6, 11'
+; RUN: llvm-as %s -o - | opt -instcombine | llvm-dis | grep 'ugt i32 .*, 11'
 define i1 @test(i32 %tmp6) {
   %tmp7 = sdiv i32 %tmp6, 12     ; <i32> [#uses=1]
   icmp ne i32 %tmp7, -6           ; <i1>:1 [#uses=1]