[llvm-commits] [llvm] r77394 - in /llvm/trunk/lib/CodeGen/AsmPrinter: DwarfException.cpp DwarfException.h

Bill Wendling isanbard at gmail.com
Tue Jul 28 16:23:00 PDT 2009


Author: void
Date: Tue Jul 28 18:23:00 2009
New Revision: 77394

URL: http://llvm.org/viewvc/llvm-project?rev=77394&view=rev
Log:
Doxygenify comments.

Modified:
    llvm/trunk/lib/CodeGen/AsmPrinter/DwarfException.cpp
    llvm/trunk/lib/CodeGen/AsmPrinter/DwarfException.h

Modified: llvm/trunk/lib/CodeGen/AsmPrinter/DwarfException.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/DwarfException.cpp?rev=77394&r1=77393&r2=77394&view=diff

==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/DwarfException.cpp (original)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/DwarfException.cpp Tue Jul 28 18:23:00 2009
@@ -284,8 +284,8 @@
   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,

Modified: llvm/trunk/lib/CodeGen/AsmPrinter/DwarfException.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/DwarfException.h?rev=77394&r1=77393&r2=77394&view=diff

==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/DwarfException.h (original)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/DwarfException.h Tue Jul 28 18:23:00 2009
@@ -141,6 +141,8 @@
     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);





More information about the llvm-commits mailing list