[llvm-commits] [llvm] r70410 - /llvm/trunk/test/Analysis/ScalarEvolution/2009-04-22-TruncCast.ll

Dan Gohman gohman at apple.com
Wed Apr 29 14:06:20 PDT 2009


Author: djg
Date: Wed Apr 29 16:06:20 2009
New Revision: 70410

URL: http://llvm.org/viewvc/llvm-project?rev=70410&view=rev
Log:
Fix this test to match the new output from scalar-evolution.

Modified:
    llvm/trunk/test/Analysis/ScalarEvolution/2009-04-22-TruncCast.ll

Modified: llvm/trunk/test/Analysis/ScalarEvolution/2009-04-22-TruncCast.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Analysis/ScalarEvolution/2009-04-22-TruncCast.ll?rev=70410&r1=70409&r2=70410&view=diff

==============================================================================
--- llvm/trunk/test/Analysis/ScalarEvolution/2009-04-22-TruncCast.ll (original)
+++ llvm/trunk/test/Analysis/ScalarEvolution/2009-04-22-TruncCast.ll Wed Apr 29 16:06:20 2009
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -analyze -scalar-evolution | grep truncate | not grep extend
+; RUN: llvm-as < %s | opt -analyze -scalar-evolution | grep {(trunc i} | not grep ext
 
 define i16 @test1(i8 %x) {
   %A = sext i8 %x to i32





More information about the llvm-commits mailing list