MIPS: Fix wrong use of XINT instead of INTVAL
authorMatthew Fortune <mfortune@gmail.com>
Thu, 1 Mar 2018 11:37:35 +0000 (11:37 +0000)
committerMatthew Fortune <mpf@gcc.gnu.org>
Thu, 1 Mar 2018 11:37:35 +0000 (11:37 +0000)
commit523036d4dcd25b8c0fe619b2e76a3795931e74ba
treecb95793364e67f775a0ffb197e8c48f4f9c7f420
parent71a93e81a3a0b574a88364772d1074be9a7e68f6
MIPS: Fix wrong use of XINT instead of INTVAL

This issue was caught with assert checking enabled but is not a
functional bug as XINT(x, 0) happens to overlay INTVAL(x) anyway.

gcc/
* config/mips/mips.c (mips_final_prescan_insn): Fix incorrect
XINT with INTVAL.
(mips_final_postscan_insn): Likewise.

From-SVN: r258099
gcc/ChangeLog
gcc/config/mips/mips.c