aboutsummaryrefslogtreecommitdiff
path: root/gcc/flow.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/flow.c')
-rw-r--r--gcc/flow.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/flow.c b/gcc/flow.c
index 7736d85..68b3aca 100644
--- a/gcc/flow.c
+++ b/gcc/flow.c
@@ -6723,8 +6723,8 @@ set_block_for_new_insns (insn, bb)
{
if (GET_CODE (insn) == NOTE)
break;
- if ((size_t)INSN_UID (insn) >= basic_block_for_insn->num_elements
- || BLOCK_NUM (insn) == 0)
+ if (INSN_UID (insn) >= basic_block_for_insn->num_elements
+ || BLOCK_FOR_INSN (insn) == 0)
set_block_for_insn (insn, bb);
else
break;