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 14
14
15
15
using namespace llvm ;
16
16
17
- // / If this is explictly set value, return true for second.
18
17
std::pair<std::string, bool >
19
18
InstructionEncoding::findOperandDecoderMethod (const CodeGenTarget &Target,
20
19
const Record *Record) {
Original file line number Diff line number Diff line change @@ -138,6 +138,8 @@ 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
142
+ // / is an explictly set value, return false for second.
141
143
static std::pair<std::string, bool >
142
144
findOperandDecoderMethod (const CodeGenTarget &Target, const Record *Record);
143
145
You can’t perform that action at this time.
0 commit comments