diff options
Diffstat (limited to 'gcc/tree-data-ref.c')
-rw-r--r-- | gcc/tree-data-ref.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/tree-data-ref.c b/gcc/tree-data-ref.c index a4c9367..053ffea 100644 --- a/gcc/tree-data-ref.c +++ b/gcc/tree-data-ref.c @@ -589,9 +589,6 @@ split_constant_offset_1 (tree type, tree op0, enum tree_code code, tree op1, int punsignedp, pvolatilep; op0 = TREE_OPERAND (op0, 0); - if (!handled_component_p (op0)) - return false; - base = get_inner_reference (op0, &pbitsize, &pbitpos, &poffset, &pmode, &punsignedp, &pvolatilep, false); |