Similar to r86588, but for Darwin this time.

llvm-svn: 86592
This commit is contained in:
Bill Wendling 2009-11-09 21:45:26 +00:00
parent 8caea94c74
commit 787997f77e
1 changed files with 3 additions and 3 deletions

View File

@ -853,12 +853,12 @@ bool PPCDarwinAsmPrinter::runOnMachineFunction(MachineFunction &MF) {
}
}
// Print out jump tables referenced by the function.
EmitJumpTableInfo(MF.getJumpTableInfo(), MF);
// Emit post-function debug information.
DW->EndFunction(&MF);
// Print out jump tables referenced by the function.
EmitJumpTableInfo(MF.getJumpTableInfo(), MF);
// We didn't modify anything.
return false;
}