Use Compiler.h macro instead of __attribute__.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82532 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Daniel Dunbar 2009-09-22 07:38:23 +00:00
parent 05dafd8207
commit 4473c2d0ff

View 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