A step towards geting linux ppc to work (see PR 3099)

llvm-svn: 60497
This commit is contained in:
Dale Johannesen 2008-12-03 19:33:10 +00:00
parent 444baea236
commit 5d84f685a8
1 changed files with 2 additions and 0 deletions

View File

@ -613,6 +613,8 @@ bool PPCLinuxAsmPrinter::runOnMachineFunction(MachineFunction &MF) {
// Print out jump tables referenced by the function.
EmitJumpTableInfo(MF.getJumpTableInfo(), MF);
SwitchToSection(TAI->SectionForGlobal(F));
// Emit post-function debug information.
DW.EndFunction(&MF);