From 4473c2d0ff4a979038bb57421cf68c50724dcbf2 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Tue, 22 Sep 2009 07:38:23 +0000 Subject: [PATCH] Use Compiler.h macro instead of __attribute__. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82532 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/ExecutionEngine/JIT/JITDebugRegisterer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ExecutionEngine/JIT/JITDebugRegisterer.cpp b/lib/ExecutionEngine/JIT/JITDebugRegisterer.cpp index 62d66d55ae0..fa640103c28 100644 --- a/lib/ExecutionEngine/JIT/JITDebugRegisterer.cpp +++ b/lib/ExecutionEngine/JIT/JITDebugRegisterer.cpp @@ -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