diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2003-08-22 07:03:15 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-08-22 07:03:15 +0000 |
commit | dcc24678550981985ddd17df7871e63c9752315d (patch) | |
tree | 4aba1caf92c33ab7044cd4b26a7ec2edf69eb141 /gcc/optabs.c | |
parent | beb235f8964321e02e492c9b6856a1ca56f2e027 (diff) | |
download | gcc-dcc24678550981985ddd17df7871e63c9752315d.zip gcc-dcc24678550981985ddd17df7871e63c9752315d.tar.gz gcc-dcc24678550981985ddd17df7871e63c9752315d.tar.bz2 |
cfgcleanup.c: Fix comment typos.
* cfgcleanup.c: Fix comment typos.
* emit-rtl.c: Likewise.
* optabs.c: Likewise.
* ra-build.c: Likewise.
* rtlanal.c: Likewise.
* tree.h: Likewise.
From-SVN: r70678
Diffstat (limited to 'gcc/optabs.c')
-rw-r--r-- | gcc/optabs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/optabs.c b/gcc/optabs.c index 7a4bd0f..e413d86 100644 --- a/gcc/optabs.c +++ b/gcc/optabs.c @@ -3175,7 +3175,7 @@ emit_no_conflict_block (rtx insns, rtx target, rtx op0, rtx op1, rtx equiv) next = NEXT_INSN (insn); - /* Some ports (cris) create an libcall regions at their own. We must + /* Some ports (cris) create a libcall regions at their own. We must avoid any potential nesting of LIBCALLs. */ if ((note = find_reg_note (insn, REG_LIBCALL, NULL)) != NULL) remove_note (insn, note); @@ -3342,7 +3342,7 @@ emit_libcall_block (rtx insns, rtx target, rtx result, rtx equiv) rtx set = single_set (insn); rtx note; - /* Some ports (cris) create an libcall regions at their own. We must + /* Some ports (cris) create a libcall regions at their own. We must avoid any potential nesting of LIBCALLs. */ if ((note = find_reg_note (insn, REG_LIBCALL, NULL)) != NULL) remove_note (insn, note); |