Re: RTL gensupport - fix warning when using a match_scratch predicate

2013-04-24 Thread Jeff Law
On 04/24/2013 11:41 AM, Graham Stott wrote: All Currently using the match_scratch predicate on a destination operand will trigger the warning "warning: destination operand 0 allows non-lvalue", This happends because add_predicate_code() will set the pred->allows_non_lva

RTL gensupport - fix warning when using a match_scratch predicate

2013-04-24 Thread Graham Stott
All   Currently using the match_scratch predicate on a destination operand will trigger the warning       "warning: destination operand 0 allows non-lvalue",   This happends because add_predicate_code()  will set the  pred->allows_non_lvalue when it encounters a SCRATCH rtx code wh