diff options
author | Matthew Fortune <mfortune@gmail.com> | 2018-03-01 11:37:35 +0000 |
---|---|---|
committer | Matthew Fortune <mpf@gcc.gnu.org> | 2018-03-01 11:37:35 +0000 |
commit | 523036d4dcd25b8c0fe619b2e76a3795931e74ba (patch) | |
tree | cb95793364e67f775a0ffb197e8c48f4f9c7f420 /gcc/combine.c | |
parent | 71a93e81a3a0b574a88364772d1074be9a7e68f6 (diff) | |
download | gcc-523036d4dcd25b8c0fe619b2e76a3795931e74ba.zip gcc-523036d4dcd25b8c0fe619b2e76a3795931e74ba.tar.gz gcc-523036d4dcd25b8c0fe619b2e76a3795931e74ba.tar.bz2 |
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
Diffstat (limited to 'gcc/combine.c')
0 files changed, 0 insertions, 0 deletions