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]

Re: SH: use register names instead of numbers


> > Are you saying that movsi matches
> > (set (reg:SI r5) (unspec [(label_ref ...)] 1)) ?
> 
> That's what I think I have seen in the dump file.  But I'm not 100%
> positive about that, since it was a couple of days ago, in a very busy
> day :-)

movsi and its assorted insn patterns have the predicate general_movsrc_operand
for the source,  This should reject any unspec.

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