[llvm-commits] [llvm] r97169 - /llvm/trunk/lib/CodeGen/AsmPrinter/DwarfException.cpp

Bill Wendling isanbard at gmail.com
Thu Feb 25 13:19:47 PST 2010


Author: void
Date: Thu Feb 25 15:19:47 2010
New Revision: 97169

URL: http://llvm.org/viewvc/llvm-project?rev=97169&view=rev
Log:
Make comment more meaningful.

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

Modified: llvm/trunk/lib/CodeGen/AsmPrinter/DwarfException.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/AsmPrinter/DwarfException.cpp?rev=97169&r1=97168&r2=97169&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/AsmPrinter/DwarfException.cpp (original)
+++ llvm/trunk/lib/CodeGen/AsmPrinter/DwarfException.cpp Thu Feb 25 15:19:47 2010
@@ -746,7 +746,8 @@
   unsigned SizeAlign = (4 - TotalSize) & 3;
 
   if (HaveTTData)
-    // Pad here for alignment.
+    // Account for any extra padded that will be added to the call site table
+    // length.
     EmitULEB128(TTypeBaseOffset + SizeAlign, "@TType base offset");
 
   // SjLj Exception handling





More information about the llvm-commits mailing list