diff options
Diffstat (limited to 'gcc/flow.c')
-rw-r--r-- | gcc/flow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/flow.c b/gcc/flow.c index fbe570bbf4c..fd5bf328a94 100644 --- a/gcc/flow.c +++ b/gcc/flow.c @@ -810,7 +810,7 @@ delete_noop_moves (f) } /* Delete any jump tables never referenced. We can't delete them at the - time of removing tablejump insn as they are referenced by the preceeding + time of removing tablejump insn as they are referenced by the preceding insns computing the destination, so we delay deleting and garbagecollect them once life information is computed. */ static void |