diff options
| author | Roman Divacky <rdivacky@FreeBSD.org> | 2010-02-16 09:30:23 +0000 |
|---|---|---|
| committer | Roman Divacky <rdivacky@FreeBSD.org> | 2010-02-16 09:30:23 +0000 |
| commit | 6fe5c7aa327e188b7176daa5595bbf075a6b94df (patch) | |
| tree | 4cfca640904d1896e25032757a61f8959c066919 /test/Analysis/LoopDependenceAnalysis/alias.ll | |
| parent | 989df958a10f0beb90b89ccadd8351cbe51d90b1 (diff) | |
Notes
Diffstat (limited to 'test/Analysis/LoopDependenceAnalysis/alias.ll')
| -rw-r--r-- | test/Analysis/LoopDependenceAnalysis/alias.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/LoopDependenceAnalysis/alias.ll b/test/Analysis/LoopDependenceAnalysis/alias.ll index a5f504bafbf8..97be3fd03590 100644 --- a/test/Analysis/LoopDependenceAnalysis/alias.ll +++ b/test/Analysis/LoopDependenceAnalysis/alias.ll @@ -1,4 +1,4 @@ -; RUN: opt < %s -disable-output -analyze -lda | FileCheck %s +; RUN: opt < %s -analyze -lda | FileCheck %s ;; x[5] = x[6] // with x being a pointer passed as argument |
