mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-15 04:30:12 +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 set;
|
||||||
def node;
|
def node;
|
||||||
def srcvalue;
|
def srcvalue;
|
||||||
|
def FLAG;
|
||||||
|
|
||||||
def imm : SDNode<"ISD::Constant" , SDTIntLeaf , [], "ConstantSDNode">;
|
def imm : SDNode<"ISD::Constant" , SDTIntLeaf , [], "ConstantSDNode">;
|
||||||
def vt : SDNode<"ISD::VALUETYPE" , SDTOther , [], "VTSDNode">;
|
def vt : SDNode<"ISD::VALUETYPE" , SDTOther , [], "VTSDNode">;
|
||||||
|
Loading…
Reference in New Issue
Block a user