summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEvandro Menezes <e.menezes@samsung.com>2017-12-14 23:06:18 +0000
committerEvandro Menezes <e.menezes@samsung.com>2017-12-14 23:06:18 +0000
commite61504010736bb5818b539ed2a8e4b9c06ca6278 (patch)
tree47ff91a1b538e7777e257e848832ff6f601c8ae5 /lib
parent4fddb015f42d72cc9a131078c6d984587f32a22d (diff)
[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
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/AArch64/AArch64.td1
1 files changed, 1 insertions, 0 deletions
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.
//