mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-19 19:25:40 +00:00
Convert comments to proper Doxygen comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158248 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -43,10 +43,10 @@ bool llvm::InlineFunction(InvokeInst *II, InlineFunctionInfo &IFI,
|
||||
namespace {
|
||||
/// A class for recording information about inlining through an invoke.
|
||||
class InvokeInliningInfo {
|
||||
BasicBlock *OuterResumeDest; //< Destination of the invoke's unwind.
|
||||
BasicBlock *InnerResumeDest; //< Destination for the callee's resume.
|
||||
LandingPadInst *CallerLPad; //< LandingPadInst associated with the invoke.
|
||||
PHINode *InnerEHValuesPHI; //< PHI for EH values from landingpad insts.
|
||||
BasicBlock *OuterResumeDest; ///< Destination of the invoke's unwind.
|
||||
BasicBlock *InnerResumeDest; ///< Destination for the callee's resume.
|
||||
LandingPadInst *CallerLPad; ///< LandingPadInst associated with the invoke.
|
||||
PHINode *InnerEHValuesPHI; ///< PHI for EH values from landingpad insts.
|
||||
SmallVector<Value*, 8> UnwindDestPHIValues;
|
||||
|
||||
public:
|
||||
|
Reference in New Issue
Block a user