summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/Analysis/LoopDependenceAnalysis/alias.ll2
-rw-r--r--llvm/test/Analysis/LoopDependenceAnalysis/ziv.ll4
2 files changed, 3 insertions, 3 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
diff --git a/llvm/test/Analysis/LoopDependenceAnalysis/ziv.ll b/llvm/test/Analysis/LoopDependenceAnalysis/ziv.ll
index d0235aebc31..3b265ba2733 100644
--- a/llvm/test/Analysis/LoopDependenceAnalysis/ziv.ll
+++ b/llvm/test/Analysis/LoopDependenceAnalysis/ziv.ll
@@ -12,7 +12,7 @@ for.body:
%i = phi i64 [ 0, %entry ], [ %i.next, %for.body ]
%x = load i32* getelementptr ([256 x i32]* @x, i32 0, i64 6)
store i32 %x, i32* getelementptr ([256 x i32]* @x, i32 0, i64 5)
-; 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
@@ -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