This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r187826 - in /trunk/gcc: ChangeLog recog.c regs.h


Author: mshawcroft
Date: Thu May 24 11:07:57 2012
New Revision: 187826

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187826
Log:
2012-05-24  Jim MacArthur<jim.macarthur@arm.com>

	* recog.c (reg_fits_class_p): Check both regno and regno + offset are
	hard registers.
	* regs.h (in_hard_reg_set_p): Assert that regno is a hard register and
	check end_regno - 1 is a hard register.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/recog.c
    trunk/gcc/regs.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]