summaryrefslogtreecommitdiffstats
path: root/llvm/lib
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
commit57f064722a48f1ca330253059559d16f0e4979c0 (patch)
treeb048a2a30dd477a315332c33836b484c16c3cdb2 /llvm/lib
parentf48d51d693f3c88e385568088035190bc25c1305 (diff)
downloadbcm5719-llvm-57f064722a48f1ca330253059559d16f0e4979c0.tar.gz
bcm5719-llvm-57f064722a48f1ca330253059559d16f0e4979c0.zip
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
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp b/llvm/lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp
index dae435b7151..398c49e97e2 100644
--- a/llvm/lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp
+++ b/llvm/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());
OpenPOWER on IntegriCloud