[llvm-commits] [llvm] r94643 - /llvm/trunk/lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp

Chris Lattner sabre at nondot.org
Tue Jan 26 17:02:43 PST 2010


Author: lattner
Date: Tue Jan 26 19:02:43 2010
New Revision: 94643

URL: http://llvm.org/viewvc/llvm-project?rev=94643&view=rev
Log:
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.

Modified:
    llvm/trunk/lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp

Modified: llvm/trunk/lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp?rev=94643&r1=94642&r2=94643&view=diff

==============================================================================
--- llvm/trunk/lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp (original)
+++ llvm/trunk/lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp Tue Jan 26 19:02:43 2010
@@ -601,8 +601,6 @@
   SetupMachineFunction(MF);
   O << "\n\n";
 
-  EmitFunctionHeader();
-
   // Print out constants referenced by the function
   EmitConstantPool(MF.getConstantPool());
 





More information about the llvm-commits mailing list