diff options
author | Chris Lattner <sabre@nondot.org> | 2010-02-02 19:23:55 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-02-02 19:23:55 +0000 |
commit | 6914b8611a29933bf23928cc539d5c09e48c5543 (patch) | |
tree | 8220e0b37f3a96ed23186f3a5a05ac8505b0c2b8 /lib/Target/PowerPC/PPCTargetMachine.cpp | |
parent | b5c5160a554cb0debeb7913287d9c099a753a59e (diff) |
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.cpp | 2 |
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()) |