diff options
Diffstat (limited to 'gcc/recog.c')
| -rw-r--r-- | gcc/recog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/recog.c b/gcc/recog.c index e278f985529..bc7c712de24 100644 --- a/gcc/recog.c +++ b/gcc/recog.c @@ -2882,7 +2882,7 @@ split_all_insns (upd_life) break the code that handles REG_NO_CONFLICT blocks. */ else if ((set = single_set (insn)) != NULL - && rtx_equal_p (SET_SRC (set), SET_DEST (set))) + && set_noop_p (set)) { /* Nops get in the way while scheduling, so delete them now if register allocation has already been done. It |

