OSDN Git Service

Fix time/space problem when (const_int 1) occurs in conflict_list.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 19 Jan 1998 11:16:37 +0000 (11:16 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 19 Jan 1998 11:16:37 +0000 (11:16 +0000)
commitfd198dc9939ef2809022e2ca3ffe31f58e448503
tree0294398de7c3e83b5c5cc416915e22867812a137
parentbc68fcb47041d56999c7fe960f4e063e50e87c2a
Fix time/space problem when (const_int 1) occurs in conflict_list.
* genattrtab.c (find_and_mark_used_attributes): Handle CONST_INT.
(add_values_to_cover): Revert last change (which had no ChangeLog
entry).
(simplify_with_current_value_aux): Handle CONST_INT.

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