From 60aa4dfb53aa55c7e0759d892c789eb11b9d7e1c Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Thu, 25 Feb 2010 21:19:47 +0000 Subject: Make comment more meaningful. llvm-svn: 97169 --- llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'llvm/lib') diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp index 2e10a4a637b..79200198c5a 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp @@ -746,7 +746,8 @@ void DwarfException::EmitExceptionTable() { 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 -- cgit v1.2.3