aboutsummaryrefslogtreecommitdiffstats
path: root/test/Analysis/LoopDependenceAnalysis/alias.ll
diff options
context:
space:
mode:
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: