From b090827b2632f1f1d90adf6ed537bcaa76381190 Mon Sep 17 00:00:00 2001 From: kenner Date: Mon, 28 Aug 1995 10:54:22 +0000 Subject: Fix spelling errors. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@10289 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/reload.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/reload.c') diff --git a/gcc/reload.c b/gcc/reload.c index 4f0a9ae2cf8..519fcc2da19 100644 --- a/gcc/reload.c +++ b/gcc/reload.c @@ -4862,7 +4862,7 @@ find_reloads_address_1 (x, context, loc, opnum, type, ind_levels) return 1; } } - /* If this is a SUBREG of a pseudo-register, and the psuedo-register + /* If this is a SUBREG of a pseudo-register, and the pseudo-register is larger than the class size, then reload the whole SUBREG. */ else { @@ -5155,7 +5155,7 @@ refers_to_regno_for_reload_p (regno, endregno, x, loc) && refers_to_regno_for_reload_p (regno, endregno, SUBREG_REG (SET_DEST (x)), loc)) - /* If the ouput is an earlyclobber operand, this is + /* If the output is an earlyclobber operand, this is a conflict. */ || ((GET_CODE (SET_DEST (x)) != REG || earlyclobber_operand_p (SET_DEST (x))) -- cgit v1.2.1