aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-dse.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-ssa-dse.c')
-rw-r--r--gcc/tree-ssa-dse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-ssa-dse.c b/gcc/tree-ssa-dse.c
index 3ed1596..2e6f8ff 100644
--- a/gcc/tree-ssa-dse.c
+++ b/gcc/tree-ssa-dse.c
@@ -600,7 +600,7 @@ private:
void dse_optimize_stmt (gimple_stmt_iterator *);
};
-/* Delete a dead call STMT, which is mem* call of some kind. */
+/* Delete a dead call at GSI, which is mem* call of some kind. */
static void
delete_dead_call (gimple_stmt_iterator *gsi)
{
@@ -633,7 +633,7 @@ delete_dead_call (gimple_stmt_iterator *gsi)
}
}
-/* Delete a dead store STMT, which is a gimple assignment. */
+/* Delete a dead store at GSI, which is a gimple assignment. */
static void
delete_dead_assignment (gimple_stmt_iterator *gsi)