diff options
Diffstat (limited to 'gcc/explow.c')
-rw-r--r-- | gcc/explow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/explow.c b/gcc/explow.c index 361c717252d..2cc34899197 100644 --- a/gcc/explow.c +++ b/gcc/explow.c @@ -566,7 +566,7 @@ use_anchored_address (rtx x) /* Check whether BASE is suitable for anchors. */ if (GET_CODE (base) != SYMBOL_REF - || !SYMBOL_REF_IN_BLOCK_P (base) + || !SYMBOL_REF_HAS_BLOCK_INFO_P (base) || SYMBOL_REF_ANCHOR_P (base) || SYMBOL_REF_BLOCK (base) == NULL || !targetm.use_anchors_for_symbol_p (base)) |