search for: 94f09bd

Displaying 1 result from an estimated 1 matches for "94f09bd".

Did you mean: 84f69bd
2015 Jan 19
2
[LLVMdev] [INCOMPLETE] [GC] Support wrapping vararg functions in statepoint
...lptr); + bool isVarArg = false, MachineBasicBlock *LandingPad = nullptr); std::pair<SDValue, SDValue> lowerCallOperands( ImmutableCallSite CS, diff --git a/lib/CodeGen/SelectionDAG/StatepointLowering.cpp b/lib/CodeGen/SelectionDAG/StatepointLowering.cpp index 94f09bd..b7a582d 100644 --- a/lib/CodeGen/SelectionDAG/StatepointLowering.cpp +++ b/lib/CodeGen/SelectionDAG/StatepointLowering.cpp @@ -238,6 +238,9 @@ static SDNode *lowerCallFromStatepoint(const CallInst &CI, // differently. Hopefully, this is slightly more robust w.r.t. calling // convention,...