diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1992-10-14 18:17:05 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1992-10-14 18:17:05 -0400 |
commit | c0e126010f96e1d795239f2dc6c8e936d8377c50 (patch) | |
tree | 1f9033cc7879eb6f81f3de8d4f8bddb68586085b /gcc | |
parent | 43369be5d285e6d00ee77315a5d65bfd471a1db4 (diff) | |
download | gcc-c0e126010f96e1d795239f2dc6c8e936d8377c50.zip gcc-c0e126010f96e1d795239f2dc6c8e936d8377c50.tar.gz gcc-c0e126010f96e1d795239f2dc6c8e936d8377c50.tar.bz2 |
Fix typo in comment at start of file.
From-SVN: r2462
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/reorg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/reorg.c b/gcc/reorg.c index 8ad147f..bf8104e 100644 --- a/gcc/reorg.c +++ b/gcc/reorg.c @@ -70,7 +70,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ this strategy, but it helps (by keeping more options open). `fill_eager_delay_slots' tries to guess the direction the branch will go; if it guesses right 100% of the time, it can reduce the - branch penalty as much as `fill_eager_delay_slots' does. If it + branch penalty as much as `fill_simple_delay_slots' does. If it guesses wrong 100% of the time, it might as well schedule nops (or on the m88k, unexpose the branch slot). When `fill_eager_delay_slots' takes insns from the fall-through path of |