From: Chris Lattner Date: Fri, 2 Apr 2004 20:25:26 +0000 (+0000) Subject: Tweak testcase to work with new indvars pass X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=45a0a6153437b3d59150f0fdc2f313179edd1d70;p=oota-llvm.git Tweak testcase to work with new indvars pass git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12621 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/IndVarsSimplify/2003-09-23-NotAtTop.ll b/test/Transforms/IndVarsSimplify/2003-09-23-NotAtTop.ll index a1d53192d8b..637a094359d 100644 --- a/test/Transforms/IndVarsSimplify/2003-09-23-NotAtTop.ll +++ b/test/Transforms/IndVarsSimplify/2003-09-23-NotAtTop.ll @@ -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!