1
0
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:
Evan Cheng 2005-12-22 02:25:14 +00:00
parent 578fad3f9d
commit eac312f453

View File

@ -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">;