insn_condition table

Ian Lance Taylor iant@google.com
Mon Oct 30 17:17:00 GMT 2006


"Bharati Bhole" <bharati.bhole@gmail.com> writes:

> Could anybody please tell me when the insn_condition table is filled?
> The executable of genrecog is called with .md file as argument, but
> before the execution starts ie before stepping into main() the
> insn_condition table gets already filled. i tried to trace through
> debugger and put a break point on main(). Before doing step in main()
> the insn_condition table was filled.
> Please tell me when it get filles.

genconditions creates build/gencondmd.c which contains the statically
initialized array insn_conditions.  genrecog is linked against
gencondmd.o.

Ian



More information about the Gcc-help mailing list