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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94643 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2010-01-27 01:02:43 +00:00
parent b7ae53f035
commit 37469d1ac1

View File

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