var-tracking.c (set_dv_changed): Add an 'inline' function specifier to the prototype.

2012-10-01  Tom de Vries  <tom@codesourcery.com>

	* var-tracking.c (set_dv_changed): Add an 'inline' function specifier to
	the prototype.

From-SVN: r191916
This commit is contained in:
Tom de Vries 2012-10-01 10:36:12 +00:00 committed by Tom de Vries
parent 5c66c9bb11
commit 1497ff5aba
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2012-10-01 Tom de Vries <tom@codesourcery.com>
* var-tracking.c (set_dv_changed): Add an 'inline' function specifier to
the prototype.
2012-10-01 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
PR target/54746

View File

@ -555,7 +555,7 @@ static void dump_vars (htab_t);
static void dump_dataflow_set (dataflow_set *);
static void dump_dataflow_sets (void);
static void set_dv_changed (decl_or_value, bool);
static inline void set_dv_changed (decl_or_value, bool);
static void variable_was_changed (variable, dataflow_set *);
static void **set_slot_part (dataflow_set *, rtx, void **,
decl_or_value, HOST_WIDE_INT,