diff options
| author | Tilmann Scheller <t.scheller@samsung.com> | 2014-05-26 09:40:40 +0000 |
|---|---|---|
| committer | Tilmann Scheller <t.scheller@samsung.com> | 2014-05-26 09:40:40 +0000 |
| commit | 968d599dc409079d3d9a389ab8b8dd9d2cb8137a (patch) | |
| tree | 3c6176a76ab818448932c0879dbb8333b885c578 /llvm/test/CodeGen | |
| parent | 2d746bcda3e4dfb0fa24132eed7cce36bfb3f7c0 (diff) | |
| download | bcm5719-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.ll | 4 |
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 } |

