Added special flag node FLAG.

llvm-svn: 24934
This commit is contained in:
Evan Cheng 2005-12-22 02:25:14 +00:00
parent 991bc6d6ba
commit 62fef13143
1 changed files with 1 additions and 0 deletions

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