mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-22 13:29:44 +00:00
This is handled by the autogen'd code
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24834 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5216c698de
commit
cf198eca97
@ -864,7 +864,6 @@ SDOperand PPCDAGToDAGISel::Select(SDOperand Op) {
|
|||||||
|
|
||||||
switch (N->getOpcode()) {
|
switch (N->getOpcode()) {
|
||||||
default: break;
|
default: break;
|
||||||
case ISD::BasicBlock: return CodeGenMap[Op] = Op;
|
|
||||||
case ISD::DYNAMIC_STACKALLOC: return SelectDYNAMIC_STACKALLOC(Op);
|
case ISD::DYNAMIC_STACKALLOC: return SelectDYNAMIC_STACKALLOC(Op);
|
||||||
case ISD::ADD_PARTS: return SelectADD_PARTS(Op);
|
case ISD::ADD_PARTS: return SelectADD_PARTS(Op);
|
||||||
case ISD::SUB_PARTS: return SelectSUB_PARTS(Op);
|
case ISD::SUB_PARTS: return SelectSUB_PARTS(Op);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user