Later computations assume we are aligned at this point.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36975 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Duncan Sands 2007-05-10 18:40:24 +00:00
parent e25514d0a5
commit c1fe16610a

View File

@ -2983,6 +2983,7 @@ private:
// Begin the exception table.
Asm->SwitchToDataSection(TAI->getDwarfExceptionSection());
O << "GCC_except_table" << SubprogramCount << ":\n";
Asm->EmitAlignment(2);
EmitLabel("exception", SubprogramCount);
// Emit the header.