[Orc] Move delta-handling for trampoline sizes into the resolver block.
[oota-llvm.git] / include / llvm / ExecutionEngine / Orc / OrcTargetSupport.h
index c6f866a0469a5271f4e76c91262666cb9cab7003..045528b865bbfdc6befed4d38b580818ddb75de3 100644 (file)
@@ -32,8 +32,6 @@ public:
   /// @brief Get a label name from the given index.
   typedef std::function<std::string(unsigned)> LabelNameFtor;
 
-  static const unsigned CallSize = 6;
-
   /// @brief Insert the requested number of trampolines into the given module.
   /// @param M Module to insert the call block into.
   /// @param NumCalls Number of calls to create in the call block.