This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Using get_attr_type in final_prescan_insn
- From: Richard Henderson <rth at redhat dot com>
- To: Dan Towner <dant at picochip dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 31 Oct 2002 10:53:08 -0800
- Subject: Re: Using get_attr_type in final_prescan_insn
- References: <3DC16ED9.9050602@picochip.com>
> Is there any way in which I can get the attribute type without changing
> recog_data.insn, or will I have to save and restore the recog_data value
> while I am reading the attributes?
The later.
r~