mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-25 21:46:50 +00:00
Added special flag node FLAG.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24934 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9793888be8
commit
351dc967ba
@ -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