Changes in directory llvm/test/Transforms/InstCombine:

2007-03-21-SignedRangeTest.ll updated: 1.1 -> 1.2
---
Log message:

Make this test actually match the generated code.


---
Diffs of the changes:  (+1 -1)

 2007-03-21-SignedRangeTest.ll |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/test/Transforms/InstCombine/2007-03-21-SignedRangeTest.ll
diff -u llvm/test/Transforms/InstCombine/2007-03-21-SignedRangeTest.ll:1.1 
llvm/test/Transforms/InstCombine/2007-03-21-SignedRangeTest.ll:1.2
--- llvm/test/Transforms/InstCombine/2007-03-21-SignedRangeTest.ll:1.1  Wed Mar 
21 19:49:40 2007
+++ llvm/test/Transforms/InstCombine/2007-03-21-SignedRangeTest.ll      Wed Mar 
21 21:53:05 2007
@@ -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]



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to