From 05cee290af053b48b8d3c26cb7c6a20f02666ead Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Wed, 20 Aug 2008 19:07:38 +0000 Subject: rtlanal.c (subreg_offset_representable_p): Revert last change. gcc/ * rtlanal.c (subreg_offset_representable_p): Revert last change. From-SVN: r139338 --- gcc/rtlanal.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gcc/rtlanal.c') diff --git a/gcc/rtlanal.c b/gcc/rtlanal.c index 6337156..fb4a5df 100644 --- a/gcc/rtlanal.c +++ b/gcc/rtlanal.c @@ -3241,8 +3241,7 @@ subreg_offset_representable_p (unsigned int xregno, enum machine_mode xmode, { struct subreg_info info; subreg_get_info (xregno, xmode, offset, ymode, &info); - return (info.representable_p - && HARD_REGNO_MODE_OK (xregno + info.offset, ymode)); + return info.representable_p; } /* Return the final regno that a subreg expression refers to. */ -- cgit v1.1