diff options
Diffstat (limited to 'test/Transforms/LICM/scalar_promote-unwind.ll')
-rw-r--r-- | test/Transforms/LICM/scalar_promote-unwind.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LICM/scalar_promote-unwind.ll b/test/Transforms/LICM/scalar_promote-unwind.ll index 22e7e50c22e57..dd3693b4af635 100644 --- a/test/Transforms/LICM/scalar_promote-unwind.ll +++ b/test/Transforms/LICM/scalar_promote-unwind.ll @@ -1,5 +1,5 @@ ; RUN: opt < %s -basicaa -licm -S | FileCheck %s -; RUN: opt -aa-pipeline=basic-aa -passes='require<aa>,require<targetir>,require<scalar-evolution>,loop(licm)' -S %s | FileCheck %s +; RUN: opt -aa-pipeline=basic-aa -passes='require<aa>,require<targetir>,require<scalar-evolution>,require<opt-remark-emit>,loop(licm)' -S %s | FileCheck %s target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-unknown-linux-gnu" |