mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-19 03:38:26 +00:00
Doxygenify comments.
llvm-svn: 77394
This commit is contained in:
parent
4aca242899
commit
3c423d6937
@ -284,8 +284,8 @@ bool DwarfException::PadLT(const LandingPadInfo *L, const LandingPadInfo *R) {
|
||||
return LSize < RSize;
|
||||
}
|
||||
|
||||
// ComputeActionsTable - Compute the actions table and gather the first action
|
||||
// index for each landing pad site.
|
||||
/// ComputeActionsTable - Compute the actions table and gather the first action
|
||||
/// index for each landing pad site.
|
||||
unsigned
|
||||
DwarfException::ComputeActionsTable(const SmallVectorImpl<const LandingPadInfo*>
|
||||
&LandingPads,
|
||||
|
@ -141,6 +141,8 @@ class VISIBILITY_HIDDEN DwarfException : public Dwarf {
|
||||
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,
|
||||
SmallVectorImpl<ActionEntry> &Actions,
|
||||
SmallVectorImpl<unsigned> &FirstActions);
|
||||
|
Loading…
x
Reference in New Issue
Block a user