tree-eh.c (lower_eh_constructs_2): Add a comma to comment.
authorZhouyi Zhou <zhouzhouyi@gmail.com>
Mon, 11 Jun 2018 19:13:01 +0000 (19:13 +0000)
committerJeff Law <law@gcc.gnu.org>
Mon, 11 Jun 2018 19:13:01 +0000 (13:13 -0600)
2018-06-11 Zhouyi Zhou <zhouzhouyi@gmail.com>

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

From-SVN: r261450

gcc/ChangeLog
gcc/tree-eh.c

index 51b3e913d3271db65887daf8bd402fd2542028df..96d953fd0e5c7809753d8f409f0f4a763950a93c 100644 (file)
@@ -1,3 +1,7 @@
+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
index 30c6d9e3d02e4ee9d29120b9b0e6332673d90dd8..06fe748f339c82f51c150cff53f036bbf51231c2 100644 (file)
@@ -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