* config/nds32/nds32.c (nds32_hard_regno_mode_ok): Replace > with >=.
commitc1031b5a34882c068f740ec8b342d96e2900893d
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 2 Aug 2018 22:39:59 +0000 (2 22:39 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 2 Aug 2018 22:39:59 +0000 (2 22:39 +0000)
tree3c741572febf94789ee04e248dbfec94bf30b93a
parentcba058c7d596cf482254e7a2d7492eec29553a9c
* 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 <.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@263280 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/nds32/nds32.c
gcc/df-problems.c
gcc/dwarf2out.c
gcc/lra-constraints.c
gcc/lra-remat.c