(max_uid_cuid): New static variable.
authorJim Wilson <wilson@gcc.gnu.org>
Fri, 10 Mar 1995 20:03:20 +0000 (12:03 -0800)
committerJim Wilson <wilson@gcc.gnu.org>
Fri, 10 Mar 1995 20:03:20 +0000 (12:03 -0800)
commit4255220d922400aeb4c3da7b627b716c908d9a4e
tree9b4bd272eda295cd425ca6759c2b790e302fa197
parent26ba4aeef6c188260472e687ee164a9c5f8955ef
(max_uid_cuid): New static variable.

(INSN_CUID): Call abort if INSN is out of range.
(combine_instructions): Set max_uid_cuid.  Set uid_cuid directly
instead of through INSN_CUID.
(get_last_value): Use prev_real_insn instead of prev_nonnote_insn.
Ignore USE insns generated by combine.

From-SVN: r9169
gcc/combine.c