OSDN Git Service

gcc/
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 26 May 2011 19:16:05 +0000 (19:16 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 26 May 2011 19:16:05 +0000 (19:16 +0000)
commit2494d261a92a20173efdaeefae00bace5d217115
treeabcd4742c25d4585e2108dc81cc43d5609b71e93
parent939a5cb9c574815bfba0a03fcb6530b0e857c789
gcc/
PR rtl-optimization/48575
* genrecog.c (position_type): New enum.
(position): New structure.
(decision): Use position structure instead of a string.
(root_pos, peep2_insn_pos_list): New variables.
(next_position, compare_positions): New functions.
(new_decision): Use position structures instead of strings.
(maybe_both_true): Likewise.
(change_state): Likewise.
(write_tree): Likewise.
(make_insn_sequence): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@174305 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/genrecog.c