Commit cf73ed7b by Jeff Law Committed by Jeff Law

Re: [PATCH][PR tree-optimization/69270] Exploit VRP information in DOM

	* tree-ssa-dom.c (ssa_name_has_boolean_range): Fix comment
	typo.

From-SVN: r232391
parent 47c147b0
2016-01-14 Jeff Law <law@redhat.com>
* tree-ssa-dom.c (ssa_name_has_boolean_range): Fix comment
typo.
2016-01-14 Richard Henderson <rth@redhat.com>
PR c/69272
......
......@@ -320,8 +320,8 @@ record_conditions (struct edge_info *edge_info, tree cond, tree inverted)
otherwise.
This can be because it is a boolean type, any type with
a single bit of precision, or has known range of values
it might old of [0..1] via VRP analysis. */
a single bit of precision, or has known range of [0..1]
via VRP analysis. */
static bool
ssa_name_has_boolean_range (tree op)
......
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