aboutsummaryrefslogtreecommitdiffstats
path: root/test/Analysis/LoopDependenceAnalysis/siv-weak-crossing.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
commit7b43f5cdd1a1bc447ab81e868d65d9c53ebc3754 (patch)
treeb8251f7612a2b3ad31cbac206f6cd5488258055a /test/Analysis/LoopDependenceAnalysis/siv-weak-crossing.ll
parent7aaad71722aeb26f14c8523ee55df91e38837a02 (diff)
downloadexternal_llvm-7b43f5cdd1a1bc447ab81e868d65d9c53ebc3754.zip
external_llvm-7b43f5cdd1a1bc447ab81e868d65d9c53ebc3754.tar.gz
external_llvm-7b43f5cdd1a1bc447ab81e868d65d9c53ebc3754.tar.bz2
Slightly reformat LDA tests to ease grepping.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77398 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Analysis/LoopDependenceAnalysis/siv-weak-crossing.ll')
-rw-r--r--test/Analysis/LoopDependenceAnalysis/siv-weak-crossing.ll14
1 files changed, 7 insertions, 7 deletions
diff --git a/test/Analysis/LoopDependenceAnalysis/siv-weak-crossing.ll b/test/Analysis/LoopDependenceAnalysis/siv-weak-crossing.ll
index eff3644..9b3d578 100644
--- a/test/Analysis/LoopDependenceAnalysis/siv-weak-crossing.ll
+++ b/test/Analysis/LoopDependenceAnalysis/siv-weak-crossing.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[256 - i] + y[i]
+;; for (i = 0; i < 256; i++)
+;; x[i] = x[256 - i] + y[i]
define void @f1(...) nounwind {
entry:
@@ -30,9 +30,9 @@ for.end:
ret void
}
-; // the same example, using more realistic IR
-; for (i = 0; i < 256; i++)
-; x[i] = x[256 - i] + y[i]
+;; // the same example, using more realistic IR
+;; for (i = 0; i < 256; i++)
+;; x[i] = x[256 - i] + y[i]
define void @f2(...) nounwind {
entry:
@@ -58,8 +58,8 @@ for.end:
ret void
}
-; for (i = 0; i < 100; i++)
-; x[i] = x[256 - i] + y[i]
+;; for (i = 0; i < 100; i++)
+;; x[i] = x[256 - i] + y[i]
define void @f3(...) nounwind {
entry: