mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-13 17:00:01 +00:00
Remove commented out code.
llvm-svn: 211838
This commit is contained in:
parent
9095101a3e
commit
27757a2e74
@ -43,9 +43,6 @@ class NVPTXTargetMachine : public LLVMTargetMachine {
|
||||
// Hold Strings that can be free'd all together with NVPTXTargetMachine
|
||||
ManagedStringPool ManagedStrPool;
|
||||
|
||||
//bool addCommonCodeGenPasses(PassManagerBase &, CodeGenOpt::Level,
|
||||
// bool DisableVerify, MCContext *&OutCtx);
|
||||
|
||||
public:
|
||||
NVPTXTargetMachine(const Target &T, StringRef TT, StringRef CPU, StringRef FS,
|
||||
const TargetOptions &Options, Reloc::Model RM,
|
||||
@ -70,11 +67,6 @@ public:
|
||||
return &TSInfo;
|
||||
}
|
||||
|
||||
//virtual bool addInstSelector(PassManagerBase &PM,
|
||||
// CodeGenOpt::Level OptLevel);
|
||||
|
||||
//virtual bool addPreRegAlloc(PassManagerBase &, CodeGenOpt::Level);
|
||||
|
||||
ManagedStringPool *getManagedStrPool() const {
|
||||
return const_cast<ManagedStringPool *>(&ManagedStrPool);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user