Remove accidentally committed whitespace.
authorTilmann Scheller <t.scheller@samsung.com>
Mon, 26 May 2014 09:40:40 +0000 (09:40 +0000)
committerTilmann Scheller <t.scheller@samsung.com>
Mon, 26 May 2014 09:40:40 +0000 (09:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209619 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/AArch64/ldst-opt.ll

index 79c18cacb8dd29ee02717e1e3826521f35a9dde4..b2855f38a6399871b9cfd84f0f8114895a69f97a 100644 (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
 }