From 2f84b5ab4689009d04f7210b678ce406d42f89aa Mon Sep 17 00:00:00 2001 From: Andreas Bolka Date: Tue, 28 Jul 2009 23:40:40 +0000 Subject: Slightly reformat LDA tests to ease grepping. llvm-svn: 77398 --- llvm/test/Analysis/LoopDependenceAnalysis/siv-weak-zero.ll | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'llvm/test/Analysis/LoopDependenceAnalysis/siv-weak-zero.ll') 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: -- cgit v1.2.3