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 | d1e821f7ebf5367e39d5b5019c6994a4d1377182 (patch) | |
| tree | 9967ac1b0539ae7dfc0558e0f9a13a1bf9cfeaaa /llvm/lib/Target/PowerPC/PPCTargetMachine.cpp | |
| parent | f3c1b08508fc8993fc4fd6a24e4246ba8161b9de (diff) | |
| download | bcm5719-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.cpp | 2 |
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()) |

