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:
Nick Lewycky 2011-08-25 21:46:20 +00:00
parent 6292eceea0
commit b210cbf692

View File

@ -85,7 +85,7 @@ def FeatureAvoidPartialCPSR : SubtargetFeature<"avoid-partial-cpsr",
/// Some M architectures don't have the DSP extension (v7E-M vs. v7M) /// Some M architectures don't have the DSP extension (v7E-M vs. v7M)
def FeatureDSPThumb2 : SubtargetFeature<"t2dsp", "Thumb2DSP", "true", def FeatureDSPThumb2 : SubtargetFeature<"t2dsp", "Thumb2DSP", "true",
"Supports v7 DSP instructions in Thumb2.">; "Supports v7 DSP instructions in Thumb2">;
// Multiprocessing extension. // Multiprocessing extension.
def FeatureMP : SubtargetFeature<"mp", "HasMPExtension", "true", def FeatureMP : SubtargetFeature<"mp", "HasMPExtension", "true",