mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-12 07:37:34 +00:00
ADd a method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22954 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1db1adbdee
commit
c3aea74ae5
@ -232,6 +232,8 @@ public:
|
||||
void SelectNodeTo(SDNode *N, MVT::ValueType VT, unsigned TargetOpc,
|
||||
SDOperand Op1, SDOperand Op2, SDOperand Op3, SDOperand Op4,
|
||||
SDOperand Op5);
|
||||
void SelectNodeTo(SDNode *N, MVT::ValueType VT1, MVT::ValueType VT2,
|
||||
unsigned TargetOpc, SDOperand Op1, SDOperand Op2);
|
||||
|
||||
SDOperand getTargetNode(unsigned Opcode, MVT::ValueType VT,
|
||||
SDOperand Op1) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user