Re: [patch] Remove ATTR_FLAGs for branch probabilities

2012-05-04 Thread Richard Henderson
On 05/04/12 11:08, Steven Bosscher wrote: > * rtl.def (ATTR_FLAG): Remove probability indicating flags. > * genattr.c (main): Remove ATTR_FLAG_likely, ATTR_FLAG_unlikely, > ATTR_FLAG_very_likely, and ATTR_FLAG_very_unlikely. > * reorg.c (get_jump_flags): Do not set the remov

[patch] Remove ATTR_FLAGs for branch probabilities

2012-05-04 Thread Steven Bosscher
Hello, This patch removes some unused ATTR_FLAG values, that were added by Jeff in r3904 (sic) but apparently have never been used. The purpose of the flags is to pass an indication for the probability that a branch is taken to the "define_delay"s, but only the HP-PA port uses ATTR_FLAG, and even