aboutsummaryrefslogtreecommitdiff
path: root/gcc/reload1.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2005-08-01 03:55:03 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-08-01 03:55:03 +0000
commit569b7f6adb641fe57a10c76514bf670f5f479648 (patch)
tree6ff21aa552a2746964fc034a8697d9e05c27a0a8 /gcc/reload1.c
parent5922c21599d7fdbeb5f63701b5b364df1c086538 (diff)
downloadgcc-569b7f6adb641fe57a10c76514bf670f5f479648.zip
gcc-569b7f6adb641fe57a10c76514bf670f5f479648.tar.gz
gcc-569b7f6adb641fe57a10c76514bf670f5f479648.tar.bz2
dwarf2out.c, [...]: Fix comment typos.
* dwarf2out.c, fold-const.c, ipa-type-escape.c, loop-invariant.c, predict.c, predict.def, reload1.c, reorg.c, tree-sra.c, config/arm/arm.c, config/crx/crx.c, config/i386/i386.c, config/mips/mips.h, config/rs6000/rs6000.h, config/sh/sh.c, config/stormy16/stormy16.c: Fix comment typos. From-SVN: r102620
Diffstat (limited to 'gcc/reload1.c')
-rw-r--r--gcc/reload1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/reload1.c b/gcc/reload1.c
index 708db0b..08e939b 100644
--- a/gcc/reload1.c
+++ b/gcc/reload1.c
@@ -1042,7 +1042,7 @@ reload (rtx first, int global)
/* If we already deleted the insn or if it may trap, we can't
delete it. The latter case shouldn't happen, but can
if an insn has a variable address, gets a REG_EH_REGION
- note added to it, and then gets converted into an load
+ note added to it, and then gets converted into a load
from a constant address. */
if (NOTE_P (equiv_insn)
|| can_throw_internal (equiv_insn))