forked from OSchip/llvm-project
parent
8347b86293
commit
64bfca1b60
|
@ -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