diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2016-07-23 20:41:05 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2016-07-23 20:41:05 +0000 |
commit | 01095a5d43bbfde13731688ddcf6048ebb8b7721 (patch) | |
tree | 4def12e759965de927d963ac65840d663ef9d1ea /test/Analysis/LoopAccessAnalysis/pointer-with-unknown-bounds.ll | |
parent | f0f4822ed4b66e3579e92a89f368f8fb860e218e (diff) |
Diffstat (limited to 'test/Analysis/LoopAccessAnalysis/pointer-with-unknown-bounds.ll')
-rw-r--r-- | test/Analysis/LoopAccessAnalysis/pointer-with-unknown-bounds.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Analysis/LoopAccessAnalysis/pointer-with-unknown-bounds.ll b/test/Analysis/LoopAccessAnalysis/pointer-with-unknown-bounds.ll index 20b7fb2c63353..a10b851bcd1a2 100644 --- a/test/Analysis/LoopAccessAnalysis/pointer-with-unknown-bounds.ll +++ b/test/Analysis/LoopAccessAnalysis/pointer-with-unknown-bounds.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 target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128" |