Commit ecdbf306 by Jeff Law Committed by Jeff Law

tree-ssa-forwprop.c (simplify_bitwise_binary_boolean): Fix typo in comment.

        * tree-ssa-forwprop.c (simplify_bitwise_binary_boolean): Fix typo
        in comment.

From-SVN: r200208
parent a0f88ffd
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.
......
......@@ -1881,7 +1881,7 @@ hoist_conversion_for_bitop_p (tree to, tree from)
then we can simplify the two statements into a single LT_EXPR or LE_EXPR
when code is BIT_AND_EXPR and BIT_IOR_EXPR respectively.
If a simplification is mode, return TRUE, else return FALSE. */
If a simplification is made, return TRUE, else return FALSE. */
static bool
simplify_bitwise_binary_boolean (gimple_stmt_iterator *gsi,
enum tree_code code,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment