From fd72420f233db072a78ed0700690c0606ac85c0b Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Thu, 2 Dec 1993 06:45:55 -0500 Subject: [PATCH] (find_reloads_toplev): Replace obsolete reference to BYTE_LOADS_*_EXTEND with LOAD_EXTEND_OP. From-SVN: r6174 --- gcc/reload.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/reload.c b/gcc/reload.c index 2c0316489fc..ad41a70426b 100644 --- a/gcc/reload.c +++ b/gcc/reload.c @@ -3888,7 +3888,7 @@ find_reloads_toplev (x, opnum, type, ind_levels, is_set_dest) force a reload in that case. So we should not do anything here. */ else if (regno >= FIRST_PSEUDO_REGISTER -#if defined(BYTE_LOADS_ZERO_EXTEND) || defined(BYTE_LOADS_SIGN_EXTEND) +#ifdef LOAD_EXTEND_OP && (GET_MODE_SIZE (GET_MODE (x)) <= GET_MODE_SIZE (GET_MODE (SUBREG_REG (x)))) #endif