summaryrefslogtreecommitdiff
path: root/test/Analysis/LoopAccessAnalysis/forward-loop-independent.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/LoopAccessAnalysis/forward-loop-independent.ll')
-rw-r--r--test/Analysis/LoopAccessAnalysis/forward-loop-independent.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Analysis/LoopAccessAnalysis/forward-loop-independent.ll b/test/Analysis/LoopAccessAnalysis/forward-loop-independent.ll
index e1ba674ce80ad..41e2a2904fb2f 100644
--- a/test/Analysis/LoopAccessAnalysis/forward-loop-independent.ll
+++ b/test/Analysis/LoopAccessAnalysis/forward-loop-independent.ll
@@ -1,4 +1,5 @@
; RUN: opt -loop-accesses -analyze < %s | FileCheck %s
+; RUN: opt -passes='require<scalar-evolution>,require<aa>,loop(print-access-info)' -disable-output < %s 2>&1 | FileCheck %s
; Check that loop-indepedent forward dependences are discovered properly.
;