aboutsummaryrefslogtreecommitdiff
path: root/gcc/ifcvt.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-07-02 00:51:01 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-07-02 00:51:01 +0000
commitf6fe65dc61754f3dc25a8757a1955b61e6374f51 (patch)
treeae5103fbd5f2fe5bcbda71439d0de821a65ead6f /gcc/ifcvt.c
parentf16ee2a09a939e126594865c4bf7f0c9df5785db (diff)
downloadgcc-f6fe65dc61754f3dc25a8757a1955b61e6374f51.zip
gcc-f6fe65dc61754f3dc25a8757a1955b61e6374f51.tar.gz
gcc-f6fe65dc61754f3dc25a8757a1955b61e6374f51.tar.bz2
ifcvt.c, [...]: Fix comment typos.
* ifcvt.c, modulo-sched.c, tree-alias-common.c, tree-sra.c, tree-ssa-copy.c, tree-ssa-dom.c, tree-ssa-pre.c: Fix comment typos. From-SVN: r84008
Diffstat (limited to 'gcc/ifcvt.c')
-rw-r--r--gcc/ifcvt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ifcvt.c b/gcc/ifcvt.c
index a903237..bd4c30c 100644
--- a/gcc/ifcvt.c
+++ b/gcc/ifcvt.c
@@ -699,7 +699,7 @@ end_ifcvt_sequence (struct noce_if_info *if_info)
/* Make sure that all of the instructions emitted are recognizable,
and that we haven't introduced a new jump instruction.
- As an excersise for the reader, build a general mechanism that
+ As an exercise for the reader, build a general mechanism that
allows proper placement of required clobbers. */
for (insn = seq; insn; insn = NEXT_INSN (insn))
if (GET_CODE (insn) == JUMP_INSN