summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PowerPCTargetMachine.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/PowerPCTargetMachine.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/PowerPCTargetMachine.h')
-rw-r--r--llvm/lib/Target/PowerPC/PowerPCTargetMachine.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/llvm/lib/Target/PowerPC/PowerPCTargetMachine.h b/llvm/lib/Target/PowerPC/PowerPCTargetMachine.h
index cf78943a491..cef99119ce7 100644
--- a/llvm/lib/Target/PowerPC/PowerPCTargetMachine.h
+++ b/llvm/lib/Target/PowerPC/PowerPCTargetMachine.h
@@ -46,6 +46,13 @@ public:
}
static unsigned getJITMatchQuality();
+
+ virtual bool addPassesToEmitAssembly(PassManager &PM, std::ostream &Out);
+
+ // 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