Slightly reformat LDA tests to ease grepping.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77398 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Andreas Bolka
2009-07-28 23:40:40 +00:00
parent 7aaad71722
commit 7b43f5cdd1
5 changed files with 21 additions and 21 deletions

View File

@@ -2,7 +2,7 @@
@x = common global [256 x i32] zeroinitializer, align 4
; x[5] = x[6]
;; x[5] = x[6]
define void @f1(...) nounwind {
entry:
@@ -21,7 +21,7 @@ for.end:
ret void
}
; x[c] = x[c+1] // with c being a loop-invariant constant
;; x[c] = x[c+1] // with c being a loop-invariant constant
define void @f2(i64 %c0) nounwind {
entry: