mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-06 20:32:19 +00:00
add a method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22958 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c975e1dedc
commit
4fbde4d871
@ -234,6 +234,9 @@ public:
|
||||
SDOperand Op5);
|
||||
void SelectNodeTo(SDNode *N, MVT::ValueType VT1, MVT::ValueType VT2,
|
||||
unsigned TargetOpc, SDOperand Op1, SDOperand Op2);
|
||||
void SelectNodeTo(SDNode *N, MVT::ValueType VT1, MVT::ValueType VT2,
|
||||
unsigned TargetOpc, SDOperand Op1, SDOperand Op2,
|
||||
SDOperand Op3);
|
||||
|
||||
SDOperand getTargetNode(unsigned Opcode, MVT::ValueType VT,
|
||||
SDOperand Op1) {
|
||||
|
Loading…
Reference in New Issue
Block a user