File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
llvm/utils/TableGen/Common Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1414
1515using namespace llvm ;
1616
17- // / If this is explictly set value, return true for second.
1817std::pair<std::string, bool >
1918InstructionEncoding::findOperandDecoderMethod (const CodeGenTarget &Target,
2019 const Record *Record) {
Original file line number Diff line number Diff line change @@ -138,6 +138,8 @@ class InstructionEncoding {
138138 // / Returns information about the operands' contribution to this encoding.
139139 ArrayRef<OperandInfo> getOperands () const { return Operands; }
140140
141+ // / \returns the effective value of the DecoderMethod field.t If DecoderMethod
142+ // / is an explictly set value, return false for second.
141143 static std::pair<std::string, bool >
142144 findOperandDecoderMethod (const CodeGenTarget &Target, const Record *Record);
143145
You can’t perform that action at this time.
0 commit comments