forked from OSchip/llvm-project
ppc/linux isn't ready for this and it was an accident that it was included.
This should fix a bunch of linux buildbot failures. llvm-svn: 94643
This commit is contained in:
parent
f48d51d693
commit
57f064722a
|
@ -601,8 +601,6 @@ bool PPCLinuxAsmPrinter::runOnMachineFunction(MachineFunction &MF) {
|
|||
SetupMachineFunction(MF);
|
||||
O << "\n\n";
|
||||
|
||||
EmitFunctionHeader();
|
||||
|
||||
// Print out constants referenced by the function
|
||||
EmitConstantPool(MF.getConstantPool());
|
||||
|
||||
|
|
Loading…
Reference in New Issue