remove method I just added

llvm-svn: 25728
This commit is contained in:
Chris Lattner 2006-01-28 03:43:09 +00:00
parent 43b867dd3b
commit 98ed05c81d
1 changed files with 0 additions and 7 deletions

View File

@ -1288,13 +1288,6 @@ SDOperand TargetLowering::CustomPromoteOperation(SDOperand Op,
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) {
unsigned Depth = (unsigned)cast<ConstantUInt>(I.getOperand(1))->getValue();
std::pair<SDOperand,SDOperand> Result =