We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 401cd0a commit e10686bCopy full SHA for e10686b
llvm/include/llvm/MC/MCSubtargetInfo.h
@@ -78,7 +78,7 @@ struct BasicSubtargetSubTypeKV {
78
};
79
80
struct SubtargetSubTypeKV : BasicSubtargetSubTypeKV {
81
- FeatureBitArray TuneImplies; ///< K-V bit mask
+ FeatureBitArray TuneImplies; ///< K-V bit mask
82
const MCSchedModel *SchedModel;
83
84
0 commit comments