OSDN Git Service

2012-10-01 Tom de Vries <tom@codesourcery.com>
authorvries <vries@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 Oct 2012 10:36:12 +0000 (10:36 +0000)
committervries <vries@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 1 Oct 2012 10:36:12 +0000 (10:36 +0000)
* var-tracking.c (set_dv_changed): Add an 'inline' function specifier to
the prototype.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_7-branch@191916 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/var-tracking.c

index 245ad19..80ac744 100644 (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
index c6280e2..d05c814 100644 (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,