Nuke the old JIT.
[oota-llvm.git] / lib / Target / NVPTX / NVPTXTargetMachine.h
index 55bb729305856db72142d454751f0fbd1bc3cd8b..c0b44598a4bcd251590d48b222a5c175438a0269 100644 (file)
@@ -43,12 +43,6 @@ public:
 
   TargetPassConfig *createPassConfig(PassManagerBase &PM) override;
 
-  // Emission of machine code through JITCodeEmitter is not supported.
-  bool addPassesToEmitMachineCode(PassManagerBase &, JITCodeEmitter &,
-                                  bool = true) override {
-    return true;
-  }
-
   // Emission of machine code through MCJIT is not supported.
   bool addPassesToEmitMC(PassManagerBase &, MCContext *&, raw_ostream &,
                          bool = true) override {