mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-13 04:38:24 +00:00
back this out for now. Growing Function is not good.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94097 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -5049,12 +5049,6 @@ void SelectionDAGBuilder::LowerCallTo(CallSite CS, SDValue Callee,
|
||||
// used to detect deletion of the invoke via the MachineModuleInfo.
|
||||
BeginLabel = MMI->NextLabelID();
|
||||
|
||||
// Keep track of which landing pads go with which invokes. SjLj uses
|
||||
// this to maintain the ordering of pads in the LSDA. Dwarf ignores it.
|
||||
Function *F = LandingPad->getParent()->getFunction();
|
||||
MMI->setCallSiteBeginLabel(BeginLabel,
|
||||
F->getCallSiteNumber(CS.getInstruction()));
|
||||
|
||||
// Both PendingLoads and PendingExports must be flushed here;
|
||||
// this call might not return.
|
||||
(void)getRoot();
|
||||
|
Reference in New Issue
Block a user