summaryrefslogtreecommitdiffstats
path: root/gcc/ra.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ra.h')
-rw-r--r--gcc/ra.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ra.h b/gcc/ra.h
index 53085e187d0..a746d91a559 100644
--- a/gcc/ra.h
+++ b/gcc/ra.h
@@ -569,8 +569,8 @@ extern int flag_ra_spill_every_use;
/* Nonzero to output all notes in the debug dumps. */
extern int flag_ra_dump_notes;
-extern inline void * ra_alloc (size_t);
-extern inline void * ra_calloc (size_t);
+extern void * ra_alloc (size_t);
+extern void * ra_calloc (size_t);
extern int hard_regs_count (HARD_REG_SET);
extern rtx ra_emit_move_insn (rtx, rtx);
extern void ra_debug_msg (unsigned int, const char *, ...) ATTRIBUTE_PRINTF_2;
OpenPOWER on IntegriCloud