summaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2013-06-19 17:09:10 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2013-06-19 17:09:10 +0000
commit040f64e59a4633940408b2e0aece73296a06e78b (patch)
tree7887da03199bb4c76f8a23fa25722e0cf14f929c /gcc/ChangeLog
parent9fc9adf14f100f46d551dec48dc11e1436864e11 (diff)
downloadgcc-040f64e59a4633940408b2e0aece73296a06e78b.tar.gz
* tree-ssa-forwprop.c (simplify_bitwise_binary_boolean): Fix typo
in comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@200208 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 0ecf5ba5ccb..bd60452a5c7 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,8 @@
2013-06-19 Jeff Law <law@redhat.com>
+ * tree-ssa-forwprop.c (simplify_bitwise_binary_boolean): Fix typo
+ in comment.
+
* tree-ssa-forwprop.c (simplify_bitwise_binary_boolean): New function.
(simplify_bitwise_binary): Use it to simpify certain binary ops on
booleans.