summaryrefslogtreecommitdiff
path: root/test/Transforms/LICM/basictest.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/LICM/basictest.ll')
-rw-r--r--test/Transforms/LICM/basictest.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LICM/basictest.ll b/test/Transforms/LICM/basictest.ll
index 570e226d23722..78c87ce765179 100644
--- a/test/Transforms/LICM/basictest.ll
+++ b/test/Transforms/LICM/basictest.ll
@@ -1,5 +1,5 @@
; RUN: opt < %s -licm | llvm-dis
-; RUN: opt -aa-pipeline=basic-aa -passes='require<aa>,require<targetir>,require<scalar-evolution>,loop(licm)' < %s | llvm-dis
+; RUN: opt -aa-pipeline=basic-aa -passes='require<aa>,require<targetir>,require<scalar-evolution>,require<opt-remark-emit>,loop(licm)' < %s | llvm-dis
define void @testfunc(i32 %i) {
; <label>:0