forked from OSchip/llvm-project
[AArch64] Test patch
Fix formatting by adding a missing blank line to test new network setup. llvm-svn: 320760
This commit is contained in:
parent
f550ed1abd
commit
d123f8ccf1
|
@ -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.
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue