1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

[AArch64] Test patch

Fix formatting by adding a missing blank line to test new network setup.

llvm-svn: 320760
This commit is contained in:
Evandro Menezes 2017-12-14 23:06:18 +00:00
parent caed503477
commit b9ca09c930

View File

@ -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.
//