From: Evandro Menezes Date: Thu, 14 Dec 2017 23:06:18 +0000 (+0000) Subject: [AArch64] Test patch X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e61504010736bb5818b539ed2a8e4b9c06ca6278;p=llvm [AArch64] Test patch Fix formatting by adding a missing blank line to test new network setup. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@320760 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/AArch64/AArch64.td b/lib/Target/AArch64/AArch64.td index ce0bce5e3ae..9cb4eafa099 100644 --- a/lib/Target/AArch64/AArch64.td +++ b/lib/Target/AArch64/AArch64.td @@ -142,6 +142,7 @@ def FeatureNoNegativeImmediates : SubtargetFeature<"no-neg-immediates", def FeatureLSLFast : SubtargetFeature< "lsl-fast", "HasLSLFast", "true", "CPU has a fastpath logical shift of up to 3 places">; + //===----------------------------------------------------------------------===// // Architectures. //