]> granicus.if.org Git - llvm/commitdiff
[Tests] Update a test to consistently use new pass manager and FileCheck the result
authorPhilip Reames <listmail@philipreames.com>
Tue, 4 Jun 2019 16:19:34 +0000 (16:19 +0000)
committerPhilip Reames <listmail@philipreames.com>
Tue, 4 Jun 2019 16:19:34 +0000 (16:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@362518 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/IndVarSimplify/iv-widen.ll

index 558869aac926f5a90344fc83d649029a9c51e900..8664dacb20d78bbd2a90ca01cd4ff44293cadfca 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: opt < %s -indvars -S | FileCheck %s
-; RUN: opt -lcssa -loop-simplify -S < %s | opt -S -passes='require<targetir>,require<scalar-evolution>,require<domtree>,loop(indvars)'
+; RUN: opt < %s -S -passes='lcssa,loop-simplify,require<targetir>,require<scalar-evolution>,require<domtree>,loop(indvars)' | FileCheck %s
 
 ; Provide legal integer types.
 target datalayout = "n8:16:32:64"