Reinstate "Nuke the old JIT."
[oota-llvm.git] / lib / Target / NVPTX / NVPTXTargetMachine.h
index ab28b58d7b653e6328c3ea43eeb1ed650f69acd9..3dca4da724a315352c608db061813dd83fdc00a5 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 {