summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-02-02 19:23:55 +0000
committerChris Lattner <sabre@nondot.org>2010-02-02 19:23:55 +0000
commitd1e821f7ebf5367e39d5b5019c6994a4d1377182 (patch)
tree9967ac1b0539ae7dfc0558e0f9a13a1bf9cfeaaa /llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
parentf3c1b08508fc8993fc4fd6a24e4246ba8161b9de (diff)
downloadbcm5719-llvm-d1e821f7ebf5367e39d5b5019c6994a4d1377182.tar.gz
bcm5719-llvm-d1e821f7ebf5367e39d5b5019c6994a4d1377182.zip
remove PPCMachOWriterInfo.
llvm-svn: 95111
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCTargetMachine.cpp')
-rw-r--r--llvm/lib/Target/PowerPC/PPCTargetMachine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp b/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
index c7f788238a3..63725427933 100644
--- a/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
+++ b/llvm/lib/Target/PowerPC/PPCTargetMachine.cpp
@@ -45,7 +45,7 @@ PPCTargetMachine::PPCTargetMachine(const Target &T, const std::string &TT,
Subtarget(TT, FS, is64Bit),
DataLayout(Subtarget.getTargetDataString()), InstrInfo(*this),
FrameInfo(*this, is64Bit), JITInfo(*this, is64Bit), TLInfo(*this),
- InstrItins(Subtarget.getInstrItineraryData()), MachOWriterInfo(*this) {
+ InstrItins(Subtarget.getInstrItineraryData()) {
if (getRelocationModel() == Reloc::Default) {
if (Subtarget.isDarwin())
OpenPOWER on IntegriCloud