Implement DISABLE_INLINE for MSVC. This required changing the position in all
[oota-llvm.git] / lib / ExecutionEngine / JIT / JITDebugRegisterer.cpp
index 49faf64845b24d8b6f23a3dadc130554f9260756..565509cd1f362565cba4f0303bef3fc8dbfb19e4 100644 (file)
@@ -35,7 +35,7 @@ namespace llvm {
 extern "C" {
 
   // Debuggers puts a breakpoint in this function.
-  void DISABLE_INLINE __jit_debug_register_code() { }
+  DISABLE_INLINE void __jit_debug_register_code() { }
 
   // We put information about the JITed function in this global, which the
   // debugger reads.  Make sure to specify the version statically, because the