aboutsummaryrefslogtreecommitdiffstats
path: root/test/Analysis/LoopDependenceAnalysis/alias.ll
diff options
context:
space:
mode:
authorAndreas Bolka <a@bolka.at>2009-07-28 23:40:40 +0000
committerAndreas Bolka <a@bolka.at>2009-07-28 23:40:40 +0000
commit7b43f5cdd1a1bc447ab81e868d65d9c53ebc3754 (patch)
treeb8251f7612a2b3ad31cbac206f6cd5488258055a /test/Analysis/LoopDependenceAnalysis/alias.ll
parent7aaad71722aeb26f14c8523ee55df91e38837a02 (diff)
downloadexternal_llvm-7b43f5cdd1a1bc447ab81e868d65d9c53ebc3754.zip
external_llvm-7b43f5cdd1a1bc447ab81e868d65d9c53ebc3754.tar.gz
external_llvm-7b43f5cdd1a1bc447ab81e868d65d9c53ebc3754.tar.bz2
Slightly reformat LDA tests to ease grepping.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77398 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis/LoopDependenceAnalysis/alias.ll')
-rw-r--r--test/Analysis/LoopDependenceAnalysis/alias.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Analysis/LoopDependenceAnalysis/alias.ll b/test/Analysis/LoopDependenceAnalysis/alias.ll
index 6c61326..b6a5a4f 100644
--- a/test/Analysis/LoopDependenceAnalysis/alias.ll
+++ b/test/Analysis/LoopDependenceAnalysis/alias.ll
@@ -1,6 +1,6 @@
; RUN: llvm-as < %s | opt -disable-output -analyze -lda | FileCheck %s
-; x[5] = x[6] // with x being a pointer passed as argument
+;; x[5] = x[6] // with x being a pointer passed as argument
define void @f1(i32* nocapture %xptr) nounwind {
entry:
@@ -21,7 +21,7 @@ for.end:
ret void
}
-; x[5] = x[6] // with x being an array on the stack
+;; x[5] = x[6] // with x being an array on the stack
define void @foo(...) nounwind {
entry: