mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
Doxygenify comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77394 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -284,8 +284,8 @@ bool DwarfException::PadLT(const LandingPadInfo *L, const LandingPadInfo *R) {
|
|||||||
return LSize < RSize;
|
return LSize < RSize;
|
||||||
}
|
}
|
||||||
|
|
||||||
// ComputeActionsTable - Compute the actions table and gather the first action
|
/// ComputeActionsTable - Compute the actions table and gather the first action
|
||||||
// index for each landing pad site.
|
/// index for each landing pad site.
|
||||||
unsigned
|
unsigned
|
||||||
DwarfException::ComputeActionsTable(const SmallVectorImpl<const LandingPadInfo*>
|
DwarfException::ComputeActionsTable(const SmallVectorImpl<const LandingPadInfo*>
|
||||||
&LandingPads,
|
&LandingPads,
|
||||||
|
@@ -141,6 +141,8 @@ class VISIBILITY_HIDDEN DwarfException : public Dwarf {
|
|||||||
unsigned Action;
|
unsigned Action;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/// ComputeActionsTable - Compute the actions table and gather the first
|
||||||
|
/// action index for each landing pad site.
|
||||||
unsigned ComputeActionsTable(const SmallVectorImpl<const LandingPadInfo*> &LP,
|
unsigned ComputeActionsTable(const SmallVectorImpl<const LandingPadInfo*> &LP,
|
||||||
SmallVectorImpl<ActionEntry> &Actions,
|
SmallVectorImpl<ActionEntry> &Actions,
|
||||||
SmallVectorImpl<unsigned> &FirstActions);
|
SmallVectorImpl<unsigned> &FirstActions);
|
||||||
|
Reference in New Issue
Block a user