From 5bdc58781b801d4ec1cf6c9971d7e95bf3d2d26c Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Fri, 20 Dec 2002 04:30:57 +0000 Subject: c-pretty-print.h: Fix comment typos. * c-pretty-print.h: Fix comment typos. * integrate.c: Likewise. * varasm.c: Likewise. * config/c4x/c4x.h: Likewise. * config/c4x/c4x.md: Likewise. * config/fr30/fr30.md: Likewise. * config/frv/frv.c: Likewise. * config/h8300/h8300.c: Likewise. * config/i386/i386.c: Likewise. * config/i386/i386.h: Likewise. * config/ia64/ia64.c: Likewise. * config/ia64/ia64.h: Likewise. * config/ip2k/ip2k.md: Likewise. * config/m68hc11/m68hc11-crt0.S: Likewise. * config/m68hc11/m68hc11.h: Likewise. * config/m68hc11/m68hc11.md: Likewise. * config/m68hc11/m68hc12.h: Likewise. * config/mcore/mcore.md: Likewise. * config/mips/mips.c: Likewise. * config/mips/mips.md: Likewise. * config/mmix/mmix-modes.def: Likewise. * config/pa/pa.c: Likewise. * config/rs6000/rs6000.c: Likewise. * config/rs6000/rs6000.h: Likewise. * config/rs6000/rs6000.md: Likewise. From-SVN: r60354 --- gcc/config/ia64/ia64.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/config/ia64/ia64.c') diff --git a/gcc/config/ia64/ia64.c b/gcc/config/ia64/ia64.c index 96e12b4..3009d1c 100644 --- a/gcc/config/ia64/ia64.c +++ b/gcc/config/ia64/ia64.c @@ -795,7 +795,7 @@ not_postinc_memory_operand (op, mode) && GET_RTX_CLASS (GET_CODE (XEXP (op, 0))) != 'a'); } -/* Return 1 if this is a comparison operator, which accepts an normal 8-bit +/* Return 1 if this is a comparison operator, which accepts a normal 8-bit signed immediate operand. */ int @@ -5126,7 +5126,7 @@ safe_group_barrier_needed_p (insn) return t; } -/* INSNS is an chain of instructions. Scan the chain, and insert stop bits +/* INSNS is a chain of instructions. Scan the chain, and insert stop bits as necessary to eliminate dependendencies. This function assumes that a final instruction scheduling pass has been run which has already inserted most of the necessary stop bits. This function only inserts -- cgit v1.1