aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorDavid Malcolm <dmalcolm@redhat.com>2014-08-25 20:49:19 +0000
committerDavid Malcolm <dmalcolm@gcc.gnu.org>2014-08-25 20:49:19 +0000
commit0043f37de51b72ee20d630192ab81e650862f58d (patch)
treeb15485ccc596a4f1a6bc5873a977422f466c63ae /gcc/ChangeLog
parent95c43227c5170be95578e3209419c06b41d17fb4 (diff)
downloadgcc-0043f37de51b72ee20d630192ab81e650862f58d.zip
gcc-0043f37de51b72ee20d630192ab81e650862f58d.tar.gz
gcc-0043f37de51b72ee20d630192ab81e650862f58d.tar.bz2
struct haifa_sched_info: prev_head and next_tail
gcc/ * sched-int.h (struct haifa_sched_info): Strengthen fields "prev_head" and "next_tail" from rtx to rtx_insn *. From-SVN: r214477
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index c087a65..ae868f0 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,10 @@
2014-08-25 David Malcolm <dmalcolm@redhat.com>
+ * sched-int.h (struct haifa_sched_info): Strengthen fields
+ "prev_head" and "next_tail" from rtx to rtx_insn *.
+
+2014-08-25 David Malcolm <dmalcolm@redhat.com>
+
* rtl.h (rtx_jump_table_data::get_labels): New method.
* cfgbuild.c (make_edges): Replace hand-coded lookup of labels
with use of the new rtx_jump_table_data::get_labels method.