mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-23 16:19:52 +00:00
remove method I just added
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25728 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1288,13 +1288,6 @@ SDOperand TargetLowering::CustomPromoteOperation(SDOperand Op,
|
|||||||
return SDOperand();
|
return SDOperand();
|
||||||
}
|
}
|
||||||
|
|
||||||
void TargetLowering::CustomExpandOperation(SDOperand Op, SDOperand &Lo,
|
|
||||||
SDOperand &Hi, SelectionDAG &DAG) {
|
|
||||||
assert(0 && "CustomExpandOperation not implemented for this target!");
|
|
||||||
abort();
|
|
||||||
return SDOperand();
|
|
||||||
}
|
|
||||||
|
|
||||||
void SelectionDAGLowering::visitFrameReturnAddress(CallInst &I, bool isFrame) {
|
void SelectionDAGLowering::visitFrameReturnAddress(CallInst &I, bool isFrame) {
|
||||||
unsigned Depth = (unsigned)cast<ConstantUInt>(I.getOperand(1))->getValue();
|
unsigned Depth = (unsigned)cast<ConstantUInt>(I.getOperand(1))->getValue();
|
||||||
std::pair<SDOperand,SDOperand> Result =
|
std::pair<SDOperand,SDOperand> Result =
|
||||||
|
|||||||
Reference in New Issue
Block a user