mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-09 16:45:03 +00:00
Remove accidentally committed whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209619 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
47e3b43768
commit
852c0cc64f
@ -13,7 +13,7 @@
|
||||
; add x0, x0, #32
|
||||
; ->
|
||||
; ldr w1, [x0, #32]!
|
||||
|
||||
|
||||
define void @foo(%struct.A* %ptr) nounwind {
|
||||
; CHECK-LABEL: foo
|
||||
; CHECK: ldr w{{[0-9]+}}, [x{{[0-9]+}}, #32]!
|
||||
@ -23,7 +23,7 @@ entry:
|
||||
br label %bar
|
||||
bar:
|
||||
%c = getelementptr inbounds %struct.A* %ptr, i64 0, i32 1
|
||||
tail call void @bar(%struct.C* %c, i32 %add)
|
||||
tail call void @bar(%struct.C* %c, i32 %add)
|
||||
ret void
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user