summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-03-22 02:53:05 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-03-22 02:53:05 +0000
commit02b0b57101260e0ce67a0c1d22a7e6b679178430 (patch)
tree9ce82b6ac6a4eb6e343fba866d5b81a7f805162c
parent9d1700e188452226a977176c9f500b41356032b6 (diff)
downloadbcm5719-llvm-02b0b57101260e0ce67a0c1d22a7e6b679178430.tar.gz
bcm5719-llvm-02b0b57101260e0ce67a0c1d22a7e6b679178430.zip
Make this test actually match the generated code.
llvm-svn: 35263
-rw-r--r--llvm/test/Transforms/InstCombine/2007-03-21-SignedRangeTest.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/InstCombine/2007-03-21-SignedRangeTest.ll b/llvm/test/Transforms/InstCombine/2007-03-21-SignedRangeTest.ll
index 94f12b87ff4..75d9fb37de5 100644
--- a/llvm/test/Transforms/InstCombine/2007-03-21-SignedRangeTest.ll
+++ b/llvm/test/Transforms/InstCombine/2007-03-21-SignedRangeTest.ll
@@ -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]
OpenPOWER on IntegriCloud