summaryrefslogtreecommitdiff
path: root/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
commit6914b8611a29933bf23928cc539d5c09e48c5543 (patch)
tree8220e0b37f3a96ed23186f3a5a05ac8505b0c2b8 /lib/Target/PowerPC/PPCTargetMachine.cpp
parentb5c5160a554cb0debeb7913287d9c099a753a59e (diff)
downloadllvm-6914b8611a29933bf23928cc539d5c09e48c5543.tar.gz
llvm-6914b8611a29933bf23928cc539d5c09e48c5543.tar.bz2
llvm-6914b8611a29933bf23928cc539d5c09e48c5543.tar.xz
remove PPCMachOWriterInfo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95111 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCTargetMachine.cpp')
-rw-r--r--lib/Target/PowerPC/PPCTargetMachine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCTargetMachine.cpp b/lib/Target/PowerPC/PPCTargetMachine.cpp
index c7f788238a..6372542793 100644
--- a/lib/Target/PowerPC/PPCTargetMachine.cpp
+++ b/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())