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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60497 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dale Johannesen 2008-12-03 19:33:10 +00:00
parent 0dba0e5408
commit f94a327361

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);