https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93372
--- Comment #6 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Segher Boessenkool <seg...@gcc.gnu.org>: https://gcc.gnu.org/g:84c5396d4bdbf9f1d628c77db4421808f9a9dcb6 commit r11-2185-g84c5396d4bdbf9f1d628c77db4421808f9a9dcb6 Author: Segher Boessenkool <seg...@kernel.crashing.org> Date: Thu Jul 16 23:42:46 2020 +0000 combine: Use single_set for is_just_move Since we now only call is_just_move on the original instructions, we always have an rtx_insn* (not just a pattern), so we can use single_set on it. This makes no detectable difference at all on all thirty Linux targets I test, but it does help cris, and it is simpler, cleaner code anyway. 2020-07-16 Hans-Peter Nilsson <h...@axis.com> Segher Boessenkool <seg...@kernel.crashing.org> PR target/93372 * combine.c (is_just_move): Take an rtx_insn* as argument. Use single_set on it.