This is the mail archive of the gcc@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]
Other format: [Raw text]

Re: About get_insns()


wu chunmei wrote:
> /* Emission of insns (adding them to the doubly-linked list).  */
> /*???????          Where does this function achieve this           ????????*/

In emit_insn, emit_insn_before, etc.

See in particular the comment before the emit_insn_before function in
emit-rtl.c.
-- 
Jim Wilson, GNU Tools Support, http://www.SpecifixInc.com


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