diff options
Diffstat (limited to 'gcc/tree-ssa-dse.c')
-rw-r--r-- | gcc/tree-ssa-dse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-dse.c b/gcc/tree-ssa-dse.c index 23b9d4ac9c2..5461b3d0414 100644 --- a/gcc/tree-ssa-dse.c +++ b/gcc/tree-ssa-dse.c @@ -195,7 +195,7 @@ dse_optimize_stmt (struct dom_walk_data *walk_data, /* We want to verify that each virtual definition in STMT has precisely one use and that all the virtual definitions are used by the same single statement. When complete, we - want USE_STMT to refer to the one statment which uses + want USE_STMT to refer to the one statement which uses all of the virtual definitions from STMT. */ use_stmt = NULL; FOR_EACH_SSA_MUST_AND_MAY_DEF_OPERAND (var1, var2, stmt, op_iter) |