From: Jeff Law Date: Sat, 14 Jan 2017 06:20:16 +0000 (-0700) Subject: Fix comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=39b6ee2406b6fde69f053c90d182c8e009173faf;p=gcc.git Fix comment From-SVN: r244462 --- diff --git a/gcc/tree-ssa-dse.c b/gcc/tree-ssa-dse.c index 3ed1596c1f0..2e6f8ff2d16 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)