From: Philip Reames Date: Tue, 4 Jun 2019 16:19:34 +0000 (+0000) Subject: [Tests] Update a test to consistently use new pass manager and FileCheck the result X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=453fdb5df44175180fcc5a59528730720a24d003;p=llvm [Tests] Update a test to consistently use new pass manager and FileCheck the result git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@362518 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/IndVarSimplify/iv-widen.ll b/test/Transforms/IndVarSimplify/iv-widen.ll index 558869aac92..8664dacb20d 100644 --- a/test/Transforms/IndVarSimplify/iv-widen.ll +++ b/test/Transforms/IndVarSimplify/iv-widen.ll @@ -1,5 +1,5 @@ ; RUN: opt < %s -indvars -S | FileCheck %s -; RUN: opt -lcssa -loop-simplify -S < %s | opt -S -passes='require,require,require,loop(indvars)' +; RUN: opt < %s -S -passes='lcssa,loop-simplify,require,require,require,loop(indvars)' | FileCheck %s ; Provide legal integer types. target datalayout = "n8:16:32:64"