diff options
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPC32TargetMachine.h')
-rw-r--r-- | llvm/lib/Target/PowerPC/PPC32TargetMachine.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/lib/Target/PowerPC/PPC32TargetMachine.h b/llvm/lib/Target/PowerPC/PPC32TargetMachine.h index 4b4d2c548c5..b2f82aa9868 100644 --- a/llvm/lib/Target/PowerPC/PPC32TargetMachine.h +++ b/llvm/lib/Target/PowerPC/PPC32TargetMachine.h @@ -38,14 +38,7 @@ public: virtual bool addPassesToEmitMachineCode(FunctionPassManager &PM, MachineCodeEmitter &MCE); - virtual bool addPassesToEmitAssembly(PassManager &PM, std::ostream &Out); - static unsigned getModuleMatchQuality(const Module &M); - - // Two shared sets between the instruction selector and the printer allow for - // correct linkage on Darwin - std::set<GlobalValue*> CalledFunctions; - std::set<GlobalValue*> AddressTaken; }; } // end namespace llvm |