mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
Added special flag node FLAG.
llvm-svn: 24934
This commit is contained in:
parent
578fad3f9d
commit
eac312f453
@ -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
Block a user