Commit c5ce6f30 by Zhouyi Zhou Committed by Jeff Law

tree-eh.c (lower_eh_constructs_2): Add a comma to comment.

2018-06-11 Zhouyi Zhou <zhouzhouyi@gmail.com>

	* tree-eh.c (lower_eh_constructs_2): Add a comma to comment.

From-SVN: r261450
parent c7927c3b
2018-06-11 Zhouyi Zhou <zhouzhouyi@gmail.com>
* tree-eh.c (lower_eh_constructs_2): Add a comma to comment.
2018-06-11 Segher Boessenkool <segher@kernel.crashing.org>
PR target/85755
......
......@@ -2028,7 +2028,7 @@ lower_eh_constructs_2 (struct leh_state *state, gimple_stmt_iterator *gsi)
/* FALLTHRU */
case GIMPLE_ASSIGN:
/* If the stmt can throw use a new temporary for the assignment
/* If the stmt can throw, use a new temporary for the assignment
to a LHS. This makes sure the old value of the LHS is
available on the EH edge. Only do so for statements that
potentially fall through (no noreturn calls e.g.), otherwise
......
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