projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d179a8b
)
Make comment more meaningful.
author
Bill Wendling
<isanbard@gmail.com>
Thu, 25 Feb 2010 21:19:47 +0000
(21:19 +0000)
committer
Bill Wendling
<isanbard@gmail.com>
Thu, 25 Feb 2010 21:19:47 +0000
(21:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97169
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfException.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/AsmPrinter/DwarfException.cpp
b/lib/CodeGen/AsmPrinter/DwarfException.cpp
index 2e10a4a637bf2b99b2b49cab9cfa263fdaef2220..79200198c5ac9ab26ab5bb92561867e395983565 100644
(file)
--- a/
lib/CodeGen/AsmPrinter/DwarfException.cpp
+++ b/
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