mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Comment typo.
llvm-svn: 97269
This commit is contained in:
parent
e006dfe764
commit
6928ef4c23
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user