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:
Tilmann Scheller 2014-05-26 09:40:40 +00:00
parent 47e3b43768
commit 852c0cc64f

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
}