forked from OSchip/llvm-project
parent
17ec3a51c3
commit
dc2711446e
|
@ -4215,7 +4215,7 @@ PPCTargetLowering::FinishCall(CallingConv::ID CallConv, SDLoc dl,
|
|||
isa<ConstantSDNode>(Callee)) &&
|
||||
"Expecting an global address, external symbol, absolute value or register");
|
||||
|
||||
MF.getFrameInfo()->setHasTailCall();
|
||||
DAG.getMachineFunction().getFrameInfo()->setHasTailCall();
|
||||
return DAG.getNode(PPCISD::TC_RETURN, dl, MVT::Other, Ops);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue