diff --git a/llvm/test/Transforms/IndVarSimplify/2014-06-21-congruent-constant.ll b/llvm/test/Transforms/IndVarSimplify/2014-06-21-congruent-constant.ll index ef9257620e19c..3e9f70902a9b9 100644 --- a/llvm/test/Transforms/IndVarSimplify/2014-06-21-congruent-constant.ll +++ b/llvm/test/Transforms/IndVarSimplify/2014-06-21-congruent-constant.ll @@ -1,4 +1,4 @@ -; RUN: opt -S -loop-unswitch -instcombine -indvars -enable-new-pm=0 < %s | FileCheck %s +; RUN: opt -passes='loop-mssa(simple-loop-unswitch),instcombine,indvars' -S %s | FileCheck %s ; This used to crash in SCEVExpander when there were congruent phis with and ; undef incoming value from the loop header. The -loop-unswitch -instcombine is