On 12/01/2011 03:22 AM, Ramana Radhakrishnan wrote: >> "tst\\t%0, #255" >> - [(set_attr "conds" "set")] >> + [(set_attr "conds" "set") >> + (set_attr "predicable" "yes")] >> ) > > It should be tst%? . Otherwise in the predicable case we wouldn't have > the condition code printed out.
Yes, it should. r~