forked from OSchip/llvm-project
parent
991bc6d6ba
commit
62fef13143
|
@ -184,6 +184,7 @@ class SDNode<string opcode, SDTypeProfile typeprof,
|
|||
def set;
|
||||
def node;
|
||||
def srcvalue;
|
||||
def FLAG;
|
||||
|
||||
def imm : SDNode<"ISD::Constant" , SDTIntLeaf , [], "ConstantSDNode">;
|
||||
def vt : SDNode<"ISD::VALUETYPE" , SDTOther , [], "VTSDNode">;
|
||||
|
|
Loading…
Reference in New Issue