Tweak testcase to work with new indvars pass
authorChris Lattner <sabre@nondot.org>
Fri, 2 Apr 2004 20:25:26 +0000 (20:25 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 2 Apr 2004 20:25:26 +0000 (20:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12621 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/IndVarsSimplify/2003-09-23-NotAtTop.ll

index a1d53192d8b7b829500a65c494d3165091e15705..637a094359d145d12564edf21a5febfdc29a4692 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -indvars  | llvm-dis | grep -C1 Loop: | grep Canonical
+; RUN: llvm-as < %s | opt -indvars  | llvm-dis | grep -C1 Loop: | grep %indvar
 
 ; The indvar simplification code should ensure that the first PHI in the block 
 ; is the canonical one!