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:
68e3266
)
Comment typo.
author
Bill Wendling
<isanbard@gmail.com>
Fri, 26 Feb 2010 21:31:01 +0000
(21:31 +0000)
committer
Bill Wendling
<isanbard@gmail.com>
Fri, 26 Feb 2010 21:31:01 +0000
(21:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97269
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 24653f5b5211e2fd8930b033ac59537c792a8d92..30b8dc6b666835385ad44768c8ff9a01505ae33a 100644
(file)
--- a/
lib/CodeGen/AsmPrinter/DwarfException.cpp
+++ b/
lib/CodeGen/AsmPrinter/DwarfException.cpp
@@
-746,7
+746,7
@@
void DwarfException::EmitExceptionTable() {
unsigned SizeAlign = (4 - TotalSize) & 3;
if (HaveTTData) {
- // Account for any extra padd
ed
that will be added to the call site table
+ // Account for any extra padd
ing
that will be added to the call site table
// length.
unsigned Offset = TTypeBaseOffset + SizeAlign;
unsigned OffsetSize = MCAsmInfo::getULEB128Size(Offset);