aboutsummaryrefslogtreecommitdiffstats
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
commit8a0631d4b917bbaa1d000fd2980b359b99ba8d60 (patch)
tree8220e0b37f3a96ed23186f3a5a05ac8505b0c2b8 /lib/Target/PowerPC/PPCTargetMachine.cpp
parent72f6852e64650946e0c8f6896dccba3eeb81bb1c (diff)
downloadexternal_llvm-8a0631d4b917bbaa1d000fd2980b359b99ba8d60.zip
external_llvm-8a0631d4b917bbaa1d000fd2980b359b99ba8d60.tar.gz
external_llvm-8a0631d4b917bbaa1d000fd2980b359b99ba8d60.tar.bz2
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 c7f7882..6372542 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())