1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

Remove accidentally committed whitespace.

llvm-svn: 209619
This commit is contained in:
Tilmann Scheller 2014-05-26 09:40:40 +00:00
parent f505625e35
commit 4b78dd1812

View File

@ -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
}