summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPC.h
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2007-02-08 01:39:44 +0000
committerBill Wendling <isanbard@gmail.com>2007-02-08 01:39:44 +0000
commit2aa9a42f24d3e7706670ca33b9ec612990183f46 (patch)
treed0f0e7bfdb1d9c7fd91611b38c7ea9e7cb20e0ea /llvm/lib/Target/PowerPC/PPC.h
parent59889ae93fe5e8d32428525e18f2f3a1c9e49e79 (diff)
downloadbcm5719-llvm-2aa9a42f24d3e7706670ca33b9ec612990183f46.tar.gz
bcm5719-llvm-2aa9a42f24d3e7706670ca33b9ec612990183f46.zip
Moved the MachOWriter and ELFWriter out of the Target/* files. Placed the
definition of it into the CodeGen library. This is so that a backend doesn't necessarily add in these writers if it doesn't use them (like in the lli program). llvm-svn: 34034
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPC.h')
-rw-r--r--llvm/lib/Target/PowerPC/PPC.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Target/PowerPC/PPC.h b/llvm/lib/Target/PowerPC/PPC.h
index bfaa8749a31..9327f305943 100644
--- a/llvm/lib/Target/PowerPC/PPC.h
+++ b/llvm/lib/Target/PowerPC/PPC.h
@@ -33,8 +33,6 @@ FunctionPass *createPPCAsmPrinterPass(std::ostream &OS,
PPCTargetMachine &TM);
FunctionPass *createPPCCodeEmitterPass(PPCTargetMachine &TM,
MachineCodeEmitter &MCE);
-void addPPCMachOObjectWriterPass(FunctionPassManager &FPM, std::ostream &o,
- PPCTargetMachine &tm);
} // end namespace llvm;
// Defines symbolic names for PowerPC registers. This defines a mapping from
OpenPOWER on IntegriCloud