diff options
author | Jan Hubicka <hubicka@gcc.gnu.org> | 2001-07-25 22:36:42 +0000 |
---|---|---|
committer | Jan Hubicka <hubicka@gcc.gnu.org> | 2001-07-25 22:36:42 +0000 |
commit | b0fd92a3c810b5de3dbf020ca540dfefde4df924 (patch) | |
tree | 60603c052468e93ec2819e62075b1476341f7771 /gcc/loop.c | |
parent | c4f81e4a6b4a1ff4774c8836de4a7241c57b278f (diff) | |
download | gcc-b0fd92a3c810b5de3dbf020ca540dfefde4df924.tar.gz |
Fix typo spotted by Richard.
From-SVN: r44370
Diffstat (limited to 'gcc/loop.c')
-rw-r--r-- | gcc/loop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/loop.c b/gcc/loop.c index 3584fe4c91b..53e80737467 100644 --- a/gcc/loop.c +++ b/gcc/loop.c @@ -2679,7 +2679,7 @@ find_and_verify_loops (f, loops) rtx tmp; /* Search for possible garbage past the conditional jumps - and look for latest barrier. */ + and look for the last barrier. */ for (tmp = last_insn_to_move; tmp && GET_CODE (tmp) != CODE_LABEL; tmp = NEXT_INSN (tmp)) if (GET_CODE (tmp) == BARRIER) |