This is the mail archive of the gcc-help@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]

ra-build.c


hi,

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


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