]> git.ipfire.org Git - thirdparty/gcc.git/commit
nds32.c (nds32_hard_regno_mode_ok): Replace > with >=.
authorIlya Leoshkevich <iii@linux.ibm.com>
Thu, 2 Aug 2018 22:39:59 +0000 (22:39 +0000)
committerJeff Law <law@gcc.gnu.org>
Thu, 2 Aug 2018 22:39:59 +0000 (16:39 -0600)
commit65e8746285c96f66653fe19d69f1880a400bdbb0
tree3c741572febf94789ee04e248dbfec94bf30b93a
parent653fee1961981f1fee3a0ced7ac4d36b4cec2064
nds32.c (nds32_hard_regno_mode_ok): Replace > with >=.

* config/nds32/nds32.c (nds32_hard_regno_mode_ok): Replace > with >=.
* df-problems.c (df_remove_dead_eq_notes): Replace > with >=.
* dwarf2out.c (mem_loc_descriptor): Replace > with >=.
* lra-constraints.c (spill_hard_reg_in_range): Replace <= with <.
* lra-remat.c (call_used_input_regno_present_p): Replace <= with <.

From-SVN: r263280
gcc/ChangeLog
gcc/config/nds32/nds32.c
gcc/df-problems.c
gcc/dwarf2out.c
gcc/lra-constraints.c
gcc/lra-remat.c