diff options
Diffstat (limited to 'llvm/test/Analysis/LoopDependenceAnalysis/siv-weak-zero.ll')
-rw-r--r-- | llvm/test/Analysis/LoopDependenceAnalysis/siv-weak-zero.ll | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/test/Analysis/LoopDependenceAnalysis/siv-weak-zero.ll b/llvm/test/Analysis/LoopDependenceAnalysis/siv-weak-zero.ll index 12c90ba4cb3..72fc2db375e 100644 --- a/llvm/test/Analysis/LoopDependenceAnalysis/siv-weak-zero.ll +++ b/llvm/test/Analysis/LoopDependenceAnalysis/siv-weak-zero.ll @@ -3,8 +3,8 @@ @x = common global [256 x i32] zeroinitializer, align 4 @y = common global [256 x i32] zeroinitializer, align 4 -; for (i = 0; i < 256; i++) -; x[i] = x[42] + y[i] +;; for (i = 0; i < 256; i++) +;; x[i] = x[42] + y[i] define void @f1(...) nounwind { entry: @@ -29,8 +29,8 @@ for.end: ret void } -; for (i = 0; i < 250; i++) -; x[i] = x[255] + y[i] +;; for (i = 0; i < 250; i++) +;; x[i] = x[255] + y[i] define void @f2(...) nounwind { entry: |