summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen
diff options
context:
space:
mode:
authorTilmann Scheller <t.scheller@samsung.com>2014-05-26 09:40:40 +0000
committerTilmann Scheller <t.scheller@samsung.com>2014-05-26 09:40:40 +0000
commit968d599dc409079d3d9a389ab8b8dd9d2cb8137a (patch)
tree3c6176a76ab818448932c0879dbb8333b885c578 /llvm/test/CodeGen
parent2d746bcda3e4dfb0fa24132eed7cce36bfb3f7c0 (diff)
downloadbcm5719-llvm-968d599dc409079d3d9a389ab8b8dd9d2cb8137a.tar.gz
bcm5719-llvm-968d599dc409079d3d9a389ab8b8dd9d2cb8137a.zip
Remove accidentally committed whitespace.
llvm-svn: 209619
Diffstat (limited to 'llvm/test/CodeGen')
-rw-r--r--llvm/test/CodeGen/AArch64/ldst-opt.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/AArch64/ldst-opt.ll b/llvm/test/CodeGen/AArch64/ldst-opt.ll
index 79c18cacb8d..b2855f38a63 100644
--- a/llvm/test/CodeGen/AArch64/ldst-opt.ll
+++ b/llvm/test/CodeGen/AArch64/ldst-opt.ll
@@ -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
}
OpenPOWER on IntegriCloud