@@ -118,24 +118,24 @@ def FeatureRelax
118118// Floating point approximation operation
119119def FeatureFrecipe
120120 : SubtargetFeature<"frecipe", "HasFrecipe", "true",
121- "Support frecipe.{s/d} and frsqrte.{s/d} instructions. ">;
121+ "Support frecipe.{s/d} and frsqrte.{s/d} instructions">;
122122def HasFrecipe : Predicate<"Subtarget->hasFrecipe()">;
123123
124124// Atomic memory swap and add instructions for byte and half word
125125def FeatureLAM_BH
126126 : SubtargetFeature<"lam-bh", "HasLAM_BH", "true",
127- "Support amswap[_db].{b/h} and amadd[_db].{b/h} instructions. ">;
127+ "Support amswap[_db].{b/h} and amadd[_db].{b/h} instructions">;
128128def HasLAM_BH : Predicate<"Subtarget->hasLAM_BH()">;
129129
130130// Atomic memory compare and swap instructions for byte, half word, word and double word
131131def FeatureLAMCAS
132132 : SubtargetFeature<"lamcas", "HasLAMCAS", "true",
133- "Support amcas[_db].{b/h/w/d}. ">;
133+ "Support amcas[_db].{b/h/w/d}">;
134134def HasLAMCAS : Predicate<"Subtarget->hasLAMCAS()">;
135135
136136def FeatureLD_SEQ_SA
137137 : SubtargetFeature<"ld-seq-sa", "HasLD_SEQ_SA", "true",
138- "Don't use load-load barrier (dbar 0x700). ">;
138+ "Don't use a same-address load-load barrier (dbar 0x700)">;
139139def HasLD_SEQ_SA : Predicate<"Subtarget->hasLD_SEQ_SA()">;
140140
141141// Assume div.w[u] and mod.w[u] can handle inputs that are not sign-extended.
0 commit comments