aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-eh.c
diff options
context:
space:
mode:
authorZhouyi Zhou <zhouzhouyi@gmail.com>2018-06-11 19:13:01 +0000
committerJeff Law <law@gcc.gnu.org>2018-06-11 13:13:01 -0600
commitc5ce6f30886eed5f0bf8a98114bafbd65066b94f (patch)
tree2477309e4c7b1238184550c697d2bf752ff5091b /gcc/tree-eh.c
parentc7927c3bb8f3e21ed77b17bcb62b0125f10c5b29 (diff)
downloadgcc-c5ce6f30886eed5f0bf8a98114bafbd65066b94f.zip
gcc-c5ce6f30886eed5f0bf8a98114bafbd65066b94f.tar.gz
gcc-c5ce6f30886eed5f0bf8a98114bafbd65066b94f.tar.bz2
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
Diffstat (limited to 'gcc/tree-eh.c')
-rw-r--r--gcc/tree-eh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-eh.c b/gcc/tree-eh.c
index 30c6d9e..06fe748 100644
--- a/gcc/tree-eh.c
+++ b/gcc/tree-eh.c
@@ -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