From 852c0cc64fdd9f02ab87bafd9b3fb5fb9e439106 Mon Sep 17 00:00:00 2001 From: Tilmann Scheller Date: Mon, 26 May 2014 09:40:40 +0000 Subject: [PATCH] Remove accidentally committed whitespace. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209619 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/AArch64/ldst-opt.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/CodeGen/AArch64/ldst-opt.ll b/test/CodeGen/AArch64/ldst-opt.ll index 79c18cacb8d..b2855f38a63 100644 --- a/test/CodeGen/AArch64/ldst-opt.ll +++ b/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 } -- 2.34.1