aboutsummaryrefslogtreecommitdiffstats
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
commitd69bfb38f4f66d093104ed14c89b76b81413b297 (patch)
treef7c458f68484288e91a1d5aaf5d13bcba6ee7c69
parent2dc5201eae5267cf433d25e86b43935b51057fc2 (diff)
downloadexternal_llvm-d69bfb38f4f66d093104ed14c89b76b81413b297.zip
external_llvm-d69bfb38f4f66d093104ed14c89b76b81413b297.tar.gz
external_llvm-d69bfb38f4f66d093104ed14c89b76b81413b297.tar.bz2
Make this test actually match the generated code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35263 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Transforms/InstCombine/2007-03-21-SignedRangeTest.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/2007-03-21-SignedRangeTest.ll b/test/Transforms/InstCombine/2007-03-21-SignedRangeTest.ll
index 94f12b8..75d9fb3 100644
--- a/test/Transforms/InstCombine/2007-03-21-SignedRangeTest.ll
+++ b/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]