Doxygenify comments.
authorBill Wendling <isanbard@gmail.com>
Tue, 28 Jul 2009 23:23:00 +0000 (23:23 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 28 Jul 2009 23:23:00 +0000 (23:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77394 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/AsmPrinter/DwarfException.cpp
lib/CodeGen/AsmPrinter/DwarfException.h

index 9eca1dc6e02f13bb77b0e754c15b777f6331f66c..35aad773b71aa69fdf04964b5a7d4eba022649a9 100644 (file)
@@ -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,
index de1c436e46fb13cdeff5af9d3cd97b741096f3b7..4b3753893efc8d25ecb875be72a690a61e5f3d10 100644 (file)
@@ -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);