aboutsummaryrefslogtreecommitdiff
path: root/gcc/recog.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/recog.c')
-rw-r--r--gcc/recog.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/recog.c b/gcc/recog.c
index 1028745..6ad82ee 100644
--- a/gcc/recog.c
+++ b/gcc/recog.c
@@ -397,9 +397,6 @@ apply_change_group ()
for (i = 0; i < num_changes; i++)
if (changes[i].object
&& INSN_P (changes[i].object)
- && basic_block_for_insn
- && ((unsigned int)INSN_UID (changes[i].object)
- < basic_block_for_insn->num_elements)
&& (bb = BLOCK_FOR_INSN (changes[i].object)))
bb->flags |= BB_DIRTY;