From: Bill Wendling Date: Tue, 28 Jul 2009 23:23:00 +0000 (+0000) Subject: Doxygenify comments. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=d4609622ade8d0ebaf57fd70700c2fedf0b3d165;p=oota-llvm.git Doxygenify comments. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77394 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/AsmPrinter/DwarfException.cpp b/lib/CodeGen/AsmPrinter/DwarfException.cpp index 9eca1dc6e02..35aad773b71 100644 --- a/lib/CodeGen/AsmPrinter/DwarfException.cpp +++ b/lib/CodeGen/AsmPrinter/DwarfException.cpp @@ -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 &LandingPads, diff --git a/lib/CodeGen/AsmPrinter/DwarfException.h b/lib/CodeGen/AsmPrinter/DwarfException.h index de1c436e46f..4b3753893ef 100644 --- a/lib/CodeGen/AsmPrinter/DwarfException.h +++ b/lib/CodeGen/AsmPrinter/DwarfException.h @@ -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 &LP, SmallVectorImpl &Actions, SmallVectorImpl &FirstActions);