Re: ra-build.c

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



aparna@xxxxxxxxxxxxxx writes:

> pls can any one tell me, why this "for" loop is used
> 
> "for (insn = PREV_INSN (insn); insn && !INSN_P (insn);insn = PREV_INSN
> (insn));"
> 
> 
> IN
> function:  live_in()
> file Name: ra-build.c

It's walking the insn chain backward to find the next real insn.

ra-build.c was removed back in 2005, before the gcc 4.0 release, by
the way.

Ian

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux