summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/LoopDependenceAnalysis/alias.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Analysis/LoopDependenceAnalysis/alias.ll')
-rw-r--r--llvm/test/Analysis/LoopDependenceAnalysis/alias.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Analysis/LoopDependenceAnalysis/alias.ll b/llvm/test/Analysis/LoopDependenceAnalysis/alias.ll
index b6a5a4fc377..46d38af280e 100644
--- a/llvm/test/Analysis/LoopDependenceAnalysis/alias.ll
+++ b/llvm/test/Analysis/LoopDependenceAnalysis/alias.ll
@@ -34,7 +34,7 @@ for.body:
%i = phi i64 [ 0, %entry ], [ %i.next, %for.body ]
%x = load i32* %x.ld.addr
store i32 %x, i32* %x.st.addr
-; CHECK: 0,1: dep
+; CHECK: 0,1: ind
%i.next = add i64 %i, 1
%exitcond = icmp eq i64 %i.next, 256
br i1 %exitcond, label %for.end, label %for.body
OpenPOWER on IntegriCloud