ppc/linux isn't ready for this and it was an accident that it was included.
authorChris Lattner <sabre@nondot.org>
Wed, 27 Jan 2010 01:02:43 +0000 (01:02 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 27 Jan 2010 01:02:43 +0000 (01:02 +0000)
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

lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp

index dae435b715121f2b7c061610a6aaee21f0f486d0..398c49e97e2c7bd428cd8763b61829d17b3b012b 100644 (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());