diff options
Diffstat (limited to 'gcc/tree.c')
-rw-r--r-- | gcc/tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3910,7 +3910,7 @@ build_simple_mem_ref_loc (location_t loc, tree ptr) double_int mem_ref_offset (const_tree t) { - tree toff = TREE_CODE (t) == MEM_REF ? TREE_OPERAND (t, 1) : TMR_OFFSET (t); + tree toff = TREE_OPERAND (t, 1); return double_int_sext (tree_to_double_int (toff), TYPE_PRECISION (TREE_TYPE (toff))); } |