diff options
author | Sean Silva <chisophugis@gmail.com> | 2016-07-07 01:01:53 +0000 |
---|---|---|
committer | Sean Silva <chisophugis@gmail.com> | 2016-07-07 01:01:53 +0000 |
commit | 284b0324e217e38c3992536545f3e72f425a1daa (patch) | |
tree | 77c56891f0b34663d1977fdba1ccc77b84b75717 /llvm/test/Analysis/LoopAccessAnalysis/underlying-objects-2.ll | |
parent | ade4eed8a72103eee21c57b5feb0fb17ec3c5f3b (diff) | |
download | bcm5719-llvm-284b0324e217e38c3992536545f3e72f425a1daa.tar.gz bcm5719-llvm-284b0324e217e38c3992536545f3e72f425a1daa.zip |
[PM] Avoid getResult on a higher level in LoopAccessAnalysis
Note that require<domtree> and require<loops> aren't needed because they
come in implicitly via the loop pass manager.
llvm-svn: 274712
Diffstat (limited to 'llvm/test/Analysis/LoopAccessAnalysis/underlying-objects-2.ll')
-rw-r--r-- | llvm/test/Analysis/LoopAccessAnalysis/underlying-objects-2.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Analysis/LoopAccessAnalysis/underlying-objects-2.ll b/llvm/test/Analysis/LoopAccessAnalysis/underlying-objects-2.ll index e140b254a32..f9d88e891be 100644 --- a/llvm/test/Analysis/LoopAccessAnalysis/underlying-objects-2.ll +++ b/llvm/test/Analysis/LoopAccessAnalysis/underlying-objects-2.ll @@ -1,5 +1,5 @@ ; RUN: opt -basicaa -loop-accesses -analyze < %s | FileCheck %s -; RUN: opt -passes='loop(print-access-info)' -disable-output < %s 2>&1 | FileCheck %s +; RUN: opt -passes='require<scalar-evolution>,require<aa>,loop(print-access-info)' -disable-output < %s 2>&1 | FileCheck %s ; This loop: ; |