summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/LoopDependenceAnalysis/siv-weak-zero.ll
diff options
context:
space:
mode:
authorAndreas Bolka <a@bolka.at>2009-07-28 23:40:40 +0000
committerAndreas Bolka <a@bolka.at>2009-07-28 23:40:40 +0000
commit2f84b5ab4689009d04f7210b678ce406d42f89aa (patch)
tree3043c3b42654e1f3e4874cadefae0b14f2cdf2fa /llvm/test/Analysis/LoopDependenceAnalysis/siv-weak-zero.ll
parent5f6511c3d553c3d51b1116948c07ea5982385f74 (diff)
downloadbcm5719-llvm-2f84b5ab4689009d04f7210b678ce406d42f89aa.tar.gz
bcm5719-llvm-2f84b5ab4689009d04f7210b678ce406d42f89aa.zip
Slightly reformat LDA tests to ease grepping.
llvm-svn: 77398
Diffstat (limited to 'llvm/test/Analysis/LoopDependenceAnalysis/siv-weak-zero.ll')
-rw-r--r--llvm/test/Analysis/LoopDependenceAnalysis/siv-weak-zero.ll8
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:
OpenPOWER on IntegriCloud