diff options
author | Bill Wendling <isanbard@gmail.com> | 2010-02-26 21:31:01 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2010-02-26 21:31:01 +0000 |
commit | fea6c4efc7ed62a389ea79ff624e0213ad9ee7eb (patch) | |
tree | dc14bcfcc81d5ced7f0e8c91638f4d1bd0ef144c /llvm/lib/CodeGen | |
parent | 134a9dc114a690e75dd1d3a8b47fe7e86a050b82 (diff) | |
download | bcm5719-llvm-fea6c4efc7ed62a389ea79ff624e0213ad9ee7eb.tar.gz bcm5719-llvm-fea6c4efc7ed62a389ea79ff624e0213ad9ee7eb.zip |
Comment typo.
llvm-svn: 97269
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp b/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp index 24653f5b521..30b8dc6b666 100644 --- a/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp +++ b/llvm/lib/CodeGen/AsmPrinter/DwarfException.cpp @@ -746,7 +746,7 @@ void DwarfException::EmitExceptionTable() { unsigned SizeAlign = (4 - TotalSize) & 3; if (HaveTTData) { - // Account for any extra padded that will be added to the call site table + // Account for any extra padding that will be added to the call site table // length. unsigned Offset = TTypeBaseOffset + SizeAlign; unsigned OffsetSize = MCAsmInfo::getULEB128Size(Offset); |