diff options
Diffstat (limited to 'llvm/test/Analysis/LoopDependenceAnalysis/siv-strong2.ll')
-rw-r--r-- | llvm/test/Analysis/LoopDependenceAnalysis/siv-strong2.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Analysis/LoopDependenceAnalysis/siv-strong2.ll b/llvm/test/Analysis/LoopDependenceAnalysis/siv-strong2.ll index e64b92c3e76..7295863e378 100644 --- a/llvm/test/Analysis/LoopDependenceAnalysis/siv-strong2.ll +++ b/llvm/test/Analysis/LoopDependenceAnalysis/siv-strong2.ll @@ -1,7 +1,7 @@ ; RUN: llvm-as < %s | opt -disable-output -analyze -lda > %t ; RUN: grep {instructions: 3} %t | count 1 ; RUN: grep {0,2: dependent} %t | count 1 -; RUN: grep {1,2: dependent} %t | count 1 +; RUN: grep {1,2: independent} %t | count 1 ; for (i = 0; i < 256; i++) ; x[i+1] = x[i] + y[i] |