mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-01 09:18:30 +00:00
Remove stray fullstop.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138589 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6292eceea0
commit
b210cbf692
@ -85,7 +85,7 @@ def FeatureAvoidPartialCPSR : SubtargetFeature<"avoid-partial-cpsr",
|
||||
|
||||
/// Some M architectures don't have the DSP extension (v7E-M vs. v7M)
|
||||
def FeatureDSPThumb2 : SubtargetFeature<"t2dsp", "Thumb2DSP", "true",
|
||||
"Supports v7 DSP instructions in Thumb2.">;
|
||||
"Supports v7 DSP instructions in Thumb2">;
|
||||
|
||||
// Multiprocessing extension.
|
||||
def FeatureMP : SubtargetFeature<"mp", "HasMPExtension", "true",
|
||||
|
Loading…
Reference in New Issue
Block a user