summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@138bc75d-0d04-0410-961f-82ee72b054a4>2009-12-20 01:15:46 +0000
committermatz <matz@138bc75d-0d04-0410-961f-82ee72b054a4>2009-12-20 01:15:46 +0000
commit5905fb2628e35ec9f5cd30c1447c94dcd3ba9a2f (patch)
tree7c4ea5cbc5a0f4f136ef8ca29dd6d5cdacb56c5a /gcc/ChangeLog
parent87fd589d652affbc574fe43600175e4a238e0a55 (diff)
downloadgcc-5905fb2628e35ec9f5cd30c1447c94dcd3ba9a2f.tar.gz
PR tree-optimization/42027
* cfgexpand.c (expand_gimple_cond): Use jumpy sequence for &, &&, | and || if jumps are cheap. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155367 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index be75066423f..0c02d32622c 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2009-12-20 Michael Matz <matz@suse.de>
+
+ PR tree-optimization/42027
+ * cfgexpand.c (expand_gimple_cond): Use jumpy sequence for &, &&, |
+ and || if jumps are cheap.
+
2009-12-19 Richard Guenther <rguenther@suse.de>
PR lto/42401