summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LICM/debug-value.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Transforms/LICM/debug-value.ll')
-rw-r--r--llvm/test/Transforms/LICM/debug-value.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Transforms/LICM/debug-value.ll b/llvm/test/Transforms/LICM/debug-value.ll
index 525071a9e82..ab77caa2bae 100644
--- a/llvm/test/Transforms/LICM/debug-value.ll
+++ b/llvm/test/Transforms/LICM/debug-value.ll
@@ -1,4 +1,5 @@
; RUN: opt -licm -basicaa < %s -S | FileCheck %s
+; RUN: opt -aa-pipeline=basic-aa -passes='require<aa>,require<targetir>,require<scalar-evolution>,loop(licm)' < %s -S | FileCheck %s
define void @dgefa() nounwind ssp {
entry:
OpenPOWER on IntegriCloud