diff options
Diffstat (limited to 'gcc/cfgcleanup.c')
-rw-r--r-- | gcc/cfgcleanup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfgcleanup.c b/gcc/cfgcleanup.c index 594eb5cebd7..67ddfa90b89 100644 --- a/gcc/cfgcleanup.c +++ b/gcc/cfgcleanup.c @@ -1246,7 +1246,7 @@ outgoing_edges_match (mode, bb1, bb2) return match; } - /* Generic case - we are seeing an computed jump, table jump or trapping + /* Generic case - we are seeing a computed jump, table jump or trapping instruction. */ /* First ensure that the instructions match. There may be many outgoing |