summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPC32TargetMachine.h
diff options
context:
space:
mode:
authorNate Begeman <natebegeman@mac.com>2004-08-11 07:40:04 +0000
committerNate Begeman <natebegeman@mac.com>2004-08-11 07:40:04 +0000
commitf17ea0f7b7dd89f65e3bec923fdc4434ebef8501 (patch)
tree30fbfbff383d26a5a542240155ed8ca8b63fea63 /llvm/lib/Target/PowerPC/PPC32TargetMachine.h
parent6f0291792e3994dfad9d548cbe1e32ee4a7bc948 (diff)
downloadbcm5719-llvm-f17ea0f7b7dd89f65e3bec923fdc4434ebef8501.tar.gz
bcm5719-llvm-f17ea0f7b7dd89f65e3bec923fdc4434ebef8501.zip
Clean up 32/64bit and Darwin/AIX split. Next steps: 64 bit ISel, AIX asm printer.
llvm-svn: 15662
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPC32TargetMachine.h')
-rw-r--r--llvm/lib/Target/PowerPC/PPC32TargetMachine.h7
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
OpenPOWER on IntegriCloud