This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: insn "type" attribute
- From: Jim Wilson <wilson at specifixinc dot com>
- To: Maksim <maksim at mioffe dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 05 Jan 2004 16:58:14 -0800
- Subject: Re: insn "type" attribute
- References: <Pine.LNX.4.33L2.0312221722020.30655-100000@rtlab.med.cornell.edu>
Maksim wrote:
Is the "type" attribute used by the platform-agnostic part of the backend?
No.
The only attribute used in machine independent code is the length
attribute, which is used in the shorten branches code in final.c.
Search for HAVE_ATTR_length in final.c.
All other attributes are only used in machine dependent code. Most
commonly, they are used in other definitions in the md file,
define_delay, instruction scheduling patterns, etc.
--
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com