diff options
Diffstat (limited to 'test/Analysis/LoopAccessAnalysis/underlying-objects-2.ll')
| -rw-r--r-- | test/Analysis/LoopAccessAnalysis/underlying-objects-2.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Analysis/LoopAccessAnalysis/underlying-objects-2.ll b/test/Analysis/LoopAccessAnalysis/underlying-objects-2.ll index d388151365f1..f9d88e891be9 100644 --- a/test/Analysis/LoopAccessAnalysis/underlying-objects-2.ll +++ b/test/Analysis/LoopAccessAnalysis/underlying-objects-2.ll @@ -1,4 +1,5 @@ ; RUN: opt -basicaa -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 ; This loop: ; |
