forked from OSchip/llvm-project
parent
6f8713decb
commit
8c69898157
|
@ -156,7 +156,6 @@ class Predicate; // Forward def
|
|||
// the Target/TargetInstrInfo.h file.
|
||||
//
|
||||
class Instruction {
|
||||
string Name = ""; // The opcode string for this instruction
|
||||
string Namespace = "";
|
||||
|
||||
dag OutOperandList; // An dag containing the MI def operand list.
|
||||
|
|
Loading…
Reference in New Issue