This is the mail archive of the gcc-patches@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] |
> On Wed, Jun 06, 2001 at 03:01:32PM +0200, Jan Hubicka wrote: > > + if (REG_P (decl_rtl) > > + ? REGNO (decl_rtl) >= FIRST_PSEUDO_REGISTER > > + : DECL_REGISTER (decl_result)) > > I don't understand the purpose of checking DECL_REGISTER > for a non-register? The code is just copied from expand_function_end. Same code is guarding the pseudo->result copy. Honza > > > r~
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |