This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Problem in .md file
Nitin Jain <nitinj@cse.iitb.ac.in> writes:
> Hello Sir,
>
> Is the physical order of 'define_expand' expressions or 'define_insn'
> expressions in the machine description file matter in the compilation
> process or they can be in any order.
Yes, the order matters. Please see the GCC internals manual for
details. (If the manual is not clear enough, please tell us which
part is unclear so we can improve it.)
zw