aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-01-27 01:02:43 +0000
committerChris Lattner <sabre@nondot.org>2010-01-27 01:02:43 +0000
commit37469d1ac1e96754fdf42a7112d5f2286a5e5d24 (patch)
treee8a64efaf146d4fb4b1c496af60044e28d3fe75c
parentb7ae53f035e7f9e90bd837b546ea516c00381b51 (diff)
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
-rw-r--r--lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp b/lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp
index dae435b715..398c49e97e 100644
--- a/lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp
+++ b/lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp
@@ -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());