1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

Use Compiler.h macro instead of __attribute__.

llvm-svn: 82532
This commit is contained in:
Daniel Dunbar 2009-09-22 07:38:23 +00:00
parent 076bf0d011
commit 3012c38197

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