i386.c (indirect_thunk_name): Declare regno as unsigned int.
authorUros Bizjak <ubizjak@gmail.com>
Wed, 17 Jan 2018 15:58:48 +0000 (16:58 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Wed, 17 Jan 2018 15:58:48 +0000 (16:58 +0100)
commita6574dbe05a03e31766f1a4629960b0671a2c680
tree76332131935a12942c0b62144fba9bc310bcabfc
parentab612f39a4b756e3a58ec3cb36b4033f84825b9b
i386.c (indirect_thunk_name): Declare regno as unsigned int.

* config/i386/i386.c (indirect_thunk_name): Declare regno
as unsigned int.  Compare regno with INVALID_REGNUM.
(output_indirect_thunk): Ditto.
(output_indirect_thunk_function): Ditto.
(ix86_code_end): Declare regno as unsigned int.  Use INVALID_REGNUM
in the call to output_indirect_thunk_function.

From-SVN: r256797
gcc/ChangeLog
gcc/config/i386/i386.c