[Orc] Refactor JITCompileCallbackManagerBase and CompileOnDemandLayer to support
[oota-llvm.git] / include / llvm / ExecutionEngine / Orc / OrcTargetSupport.h
index 045528b865bbfdc6befed4d38b580818ddb75de3..309f5a96090ef313a472a1973db67caae1286917 100644 (file)
@@ -25,9 +25,8 @@ public:
 
   /// @brief Insert module-level inline callback asm into module M for the
   /// symbols managed by JITResolveCallbackHandler J.
-  static void insertResolverBlock(
-                                 Module &M,
-                                 JITCompileCallbackManagerBase<OrcX86_64> &JCBM);
+  static void insertResolverBlock(Module &M,
+                                  JITCompileCallbackManagerBase &JCBM);
 
   /// @brief Get a label name from the given index.
   typedef std::function<std::string(unsigned)> LabelNameFtor;