From 0aedb78442fc4d3ac011439b5046413761b8b0e8 Mon Sep 17 00:00:00 2001
From: Albrecht Kadlec <akadlec@a-bix.com>
Date: Mon, 24 Feb 2014 22:18:38 +0000
Subject: [PATCH] trivial test commit

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202084 91177308-0d34-0410-b5e6-96231b3b80d8
---
 lib/Target/AArch64/AArch64InstrInfo.td | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/Target/AArch64/AArch64InstrInfo.td b/lib/Target/AArch64/AArch64InstrInfo.td
index 2a3cad04218..16ab6b04bf0 100644
--- a/lib/Target/AArch64/AArch64InstrInfo.td
+++ b/lib/Target/AArch64/AArch64InstrInfo.td
@@ -2537,7 +2537,6 @@ let mayLoad = 1 in {
   def LDRq_lit : A64I_LDRlitSimple<0b10, 0b1, FPR128>;
   }
 
-
   def LDRSWx_lit : A64I_LDRlit<0b10, 0b0,
                                (outs GPR64:$Rt),
                                (ins ldrlit_label:$Imm19),