File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
llvm/utils/TableGen/Common Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -156,8 +156,8 @@ class CodeGenTarget {
156
156
// / it's a RegisterOperand, or a direct RegisterClass reference), return the
157
157
// / Record for that RegisterClass.
158
158
// /
159
- // / AssumeRegClassByHwModeIsDefault is a hack which should be removed. It's
160
- // / only happens to be adequate for the current GlobalISel usage.
159
+ // / AssumeRegClassByHwModeIsDefault is a hack which should be removed. It only
160
+ // / happens to be adequate for the current GlobalISel usage.
161
161
const Record *
162
162
getInitValueAsRegClass (const Init *V,
163
163
bool AssumeRegClassByHwModeIsDefault = false ) const ;
Original file line number Diff line number Diff line change @@ -138,7 +138,7 @@ class InstructionEncoding {
138
138
// / Returns information about the operands' contribution to this encoding.
139
139
ArrayRef<OperandInfo> getOperands () const { return Operands; }
140
140
141
- // / \returns the effective value of the DecoderMethod field.t If DecoderMethod
141
+ // / \returns the effective value of the DecoderMethod field. If DecoderMethod
142
142
// / is an explictly set value, return false for second.
143
143
static std::pair<std::string, bool >
144
144
findOperandDecoderMethod (const CodeGenTarget &Target, const Record *Record);
You can’t perform that action at this time.
0 commit comments