diff options
Diffstat (limited to 'gcc/gcse.c')
-rw-r--r-- | gcc/gcse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcse.c b/gcc/gcse.c index 8e78e5b08e6..84524b37d19 100644 --- a/gcc/gcse.c +++ b/gcc/gcse.c @@ -5360,7 +5360,7 @@ pre_edge_insert (struct edge_list *edge_list, struct expr **index_map) reaching_reg <- expr old_reg <- reaching_reg because this way copy propagation can discover additional PRE - opportunuties. But if this fails, we try the old way. */ + opportunities. But if this fails, we try the old way. */ static void pre_insert_copy_insn (struct expr *expr, rtx insn) |