combine.c (struct_undo): Change types of recorded substitutions to be either "int...
authorRoger Sayle <roger@eyesopen.com>
Wed, 3 Jul 2002 21:00:23 +0000 (21:00 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Wed, 3 Jul 2002 21:00:23 +0000 (21:00 +0000)
commit3129af4c94d267c825d6e3dfa651477c6bd6208f
treebed15451c157820985b41f07f0c788e0a6ecba32
parentfcad420e8ff702f5c03de5ce8017f5d471bba0c2
combine.c (struct_undo): Change types of recorded substitutions to be either "int" or "rtx"...

* combine.c (struct_undo): Change types of recorded substitutions
to be either "int" or "rtx", instead of "unsigned int" and "rtx".
(do_SUBST_INT): Change types of the substitution from unsigned int
to int, to avoid compilation warning from SUBST_INT's only caller.

(make_extraction): Add cast to avoid compilation warning.
(force_to_mode): Remove cast to avoid compilation warning.

From-SVN: r55221
gcc/ChangeLog
gcc/combine.c