@@ -97,28 +97,28 @@ def iHasFLOAT7E60 : Predicate<"Subtarget->hasFLOAT7E60()">,
97
97
"Support CSKY float7e60 instructions">;
98
98
99
99
def FeatureHWDiv : SubtargetFeature<"hwdiv", "HasHardwareDivide", "true",
100
- "Enable divide instrutions ">;
100
+ "Enable divide instructions ">;
101
101
def HasHWDiv : Predicate<"Subtarget->hasHardwareDivide()">,
102
102
AssemblerPredicate<(all_of FeatureHWDiv),
103
- "Enable divide instrutions ">;
103
+ "Enable divide instructions ">;
104
104
105
105
def FeatureSTM : SubtargetFeature<"multiple_stld", "HasSTM", "true",
106
- "Enable multiple load/store instrutions ">;
106
+ "Enable multiple load/store instructions ">;
107
107
def HasSTM : Predicate<"Subtarget->hasSTM()">,
108
108
AssemblerPredicate<(all_of FeatureSTM),
109
- "Enable multiple load/store instrutions ">;
109
+ "Enable multiple load/store instructions ">;
110
110
111
111
def FeaturePushPop : SubtargetFeature<"pushpop", "HasPushPop", "true",
112
- "Enable push/pop instrutions ">;
112
+ "Enable push/pop instructions ">;
113
113
def HasPushPop : Predicate<"Subtarget->hasPushPop()">,
114
114
AssemblerPredicate<(all_of FeaturePushPop),
115
- "Enable push/pop instrutions ">;
115
+ "Enable push/pop instructions ">;
116
116
117
117
def FeatureDSP
118
- : SubtargetFeature<"edsp", "HasDSP", "true", "Enable DSP instrutions ">;
118
+ : SubtargetFeature<"edsp", "HasDSP", "true", "Enable DSP instructions ">;
119
119
def HasDSP : Predicate<"Subtarget->hasDSP()">,
120
120
AssemblerPredicate<(all_of FeatureDSP),
121
- "Enable DSP instrutions ">;
121
+ "Enable DSP instructions ">;
122
122
123
123
def HasDSP1E2
124
124
: SubtargetFeature<"dsp1e2", "HasDSP1E2", "true", "Support CSKY dsp1e2 instructions">;
@@ -133,16 +133,16 @@ def iHasDSPE60 : Predicate<"Subtarget->hasDSPE60()">,
133
133
"Support CSKY dspe60 instructions">;
134
134
135
135
def FeatureDSPV2 : SubtargetFeature<"dspv2", "HasDSPV2", "true",
136
- "Enable DSP V2.0 instrutions ">;
136
+ "Enable DSP V2.0 instructions ">;
137
137
def HasDSPV2 : Predicate<"Subtarget->hasDSPV2()">,
138
138
AssemblerPredicate<(all_of FeatureDSPV2),
139
- "Enable DSP V2.0 instrutions ">;
139
+ "Enable DSP V2.0 instructions ">;
140
140
141
141
def FeatureDSP_Silan : SubtargetFeature<"dsp_silan", "HasDSP_Silan", "true",
142
- "Enable DSP Silan instrutions ">;
142
+ "Enable DSP Silan instructions ">;
143
143
def HasDSP_Silan : Predicate<"Subtarget->hasDSP_Silan()">,
144
144
AssemblerPredicate<(all_of FeatureDSP_Silan),
145
- "Enable DSP Silan instrutions ">;
145
+ "Enable DSP Silan instructions ">;
146
146
147
147
// Atomic Support
148
148
def FeatureBTST16 : SubtargetFeature<"btst16", "HasBTST16", "true",
@@ -232,11 +232,11 @@ def FeatureSoftTP : SubtargetFeature<"soft-tp", "ReadTPHard", "false",
232
232
"Disable TLS Pointer register">;
233
233
234
234
def FeatureIstack : SubtargetFeature<"istack", "EnableInterruptAttribute",
235
- "true", "Enable interrput attribute">;
235
+ "true", "Enable interrupt attribute">;
236
236
def EnableInterruptAttribute
237
237
: Predicate<"Subtarget->enableInterruptAttribute()">,
238
238
AssemblerPredicate<(all_of FeatureIstack),
239
- "Enable interrput attribute">;
239
+ "Enable interrupt attribute">;
240
240
241
241
def FeatureConstPool : SubtargetFeature<"constpool", "DumpConstPool", "true",
242
242
"Dump the constant pool by compiler">;
0 commit comments