predict.c (struct block_info_def, [...]): Change bit-fields of width 1 to unsigned...
authorJoseph Myers <jsm@polyomino.org.uk>
Wed, 17 Dec 2003 23:44:45 +0000 (23:44 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Wed, 17 Dec 2003 23:44:45 +0000 (23:44 +0000)
commit2c45a16ab62b592e42ffc91ce093fab9ad1b1ffa
tree50e67cebb0cc9dbdb7abdac109faf2479b350e15
parent7e08b3b8165c37c946de64c7c10ceae2cad44634
predict.c (struct block_info_def, [...]): Change bit-fields of width 1 to unsigned int.

* predict.c (struct block_info_def, struct edge_info_def): Change
bit-fields of width 1 to unsigned int.

From-SVN: r74757
gcc/ChangeLog
gcc/predict.c