diff options
Diffstat (limited to 'gcc/basic-block.h')
-rw-r--r-- | gcc/basic-block.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/basic-block.h b/gcc/basic-block.h index 78b7ac6b3f4..5dd0007b289 100644 --- a/gcc/basic-block.h +++ b/gcc/basic-block.h @@ -478,7 +478,7 @@ struct loop This does not include loop exits due to return instructions. This is because all bivs and givs are pseudos, and hence must be - dead after a return, so the presense of a return does not affect + dead after a return, so the presence of a return does not affect any of the optimizations that use this info. It is simpler to just not include return instructions on this list. */ rtx exit_labels; |