On Fri, Apr 15, 2011 at 11:04 AM, Eric Botcazou <ebotca...@adacore.com> wrote: > @@ -4938,11 +4938,13 @@ find_split_point (rtx *loc, rtx insn, bool set_src) > > IN_DEST is nonzero if we are processing the SET_DEST of a SET. > > + IN_COND is nonzero if we are on top level of the condition. > > "...we are at the top level of a condition."
And make IN_COND a bool instead of an int? Ciao! Steven