add method stub

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19612 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2005-01-16 07:28:41 +00:00
parent 4b7899343e
commit 171453a284

View File

@ -741,6 +741,11 @@ TargetLowering::LowerFrameReturnAddress(bool isFrameAddr, SDOperand Chain,
return std::make_pair(DAG.getConstant(0, getPointerTy()), Chain);
}
SDOperand TargetLowering::LowerOperation(SDOperand Op) {
assert(0 && "LowerOperation not implemented for this target!");
abort();
}
void SelectionDAGLowering::visitFrameReturnAddress(CallInst &I, bool isFrame) {
unsigned Depth = (unsigned)cast<ConstantUInt>(I.getOperand(1))->getValue();
std::pair<SDOperand,SDOperand> Result =