From 8435ebc657491e7efbe113023d94b658f26aab42 Mon Sep 17 00:00:00 2001 From: Junmo Park Date: Sat, 25 Feb 2017 00:08:53 +0000 Subject: [PATCH] Minor code cleanup. NFC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@296207 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/AArch64/AArch64InstrInfo.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/AArch64/AArch64InstrInfo.td b/lib/Target/AArch64/AArch64InstrInfo.td index 96251cf1240..af0b16411b8 100644 --- a/lib/Target/AArch64/AArch64InstrInfo.td +++ b/lib/Target/AArch64/AArch64InstrInfo.td @@ -5031,7 +5031,7 @@ class SExtLoadi16CVTf64Pat 0), dsub)))>, Requires<[NotForCodeSize, UseAlternateSExtLoadCVTF32]>; - + def : SExtLoadi16CVTf64Pat<(ro16.Wpat GPR64sp:$Rn, GPR32:$Rm, ro16.Wext:$ext), (LDRHroW GPR64sp:$Rn, GPR32:$Rm, ro16.Wext:$ext)>; def : SExtLoadi16CVTf64Pat<(ro16.Xpat GPR64sp:$Rn, GPR64:$Rm, ro16.Xext:$ext), -- 2.40.0