summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2016-04-18 11:38:05 +0000
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2016-04-18 11:38:05 +0000
commit68a832f8cdb212b6c8256296d99e19c45389923c (patch)
tree9cfb693518ae09e34852ac3d54dcf698cfa38b24 /gcc/ChangeLog
parentc8f4f4611a9797235b781ebecfe17f3c9682d159 (diff)
downloadgcc-68a832f8cdb212b6c8256296d99e19c45389923c.tar.gz
2016-04-18 Richard Biener <rguenther@suse.de>
* tree-ssa-pre.c (postorder, postorder_num): Make locals ... (compute_antic): ... here. For partial antic use regular postorder and scrap iteration. (compute_partial_antic_aux): Remove unused return value. (init_pre): Do not allocate postorder. (fini_pre): Do not free postorder. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@235130 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index d6b08614628..51bc8d764a1 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,14 @@
2016-04-18 Richard Biener <rguenther@suse.de>
+ * tree-ssa-pre.c (postorder, postorder_num): Make locals ...
+ (compute_antic): ... here. For partial antic use regular
+ postorder and scrap iteration.
+ (compute_partial_antic_aux): Remove unused return value.
+ (init_pre): Do not allocate postorder.
+ (fini_pre): Do not free postorder.
+
+2016-04-18 Richard Biener <rguenther@suse.de>
+
PR middle-end/37870
* expmed.c (extract_bit_field_1): Remove broken case
using a wider MODE_INT mode.