mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user