Use Compiler.h macro instead of __attribute__.
authorDaniel Dunbar <daniel@zuster.org>
Tue, 22 Sep 2009 07:38:23 +0000 (07:38 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 22 Sep 2009 07:38:23 +0000 (07:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82532 91177308-0d34-0410-b5e6-96231b3b80d8

lib/ExecutionEngine/JIT/JITDebugRegisterer.cpp

index 62d66d55ae0c532536007466bbf98ba6ee2f1244..fa640103c28b0291ffa4882c03440b76d37b1e26 100644 (file)
@@ -34,7 +34,7 @@ namespace llvm {
 extern "C" {
 
   // Debuggers puts a breakpoint in this function.
-  void __attribute__((noinline)) __jit_debug_register_code() { }
+  void DISABLE_INLINE __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