mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 13:51:00 +08:00
Tweak comment further.
From-SVN: r233567
This commit is contained in:
parent
4b6c824a58
commit
c464c0db19
@ -6649,7 +6649,9 @@ store_field (rtx target, HOST_WIDE_INT bitsize, HOST_WIDE_INT bitpos,
|
||||
includes some extra padding. store_expr / expand_expr will in
|
||||
that case call get_inner_reference that will have the bitsize
|
||||
we check here and thus the block move will not clobber the
|
||||
padding that shouldn't be clobbered. */
|
||||
padding that shouldn't be clobbered. In the future we could
|
||||
replace the TREE_ADDRESSABLE check with a check that
|
||||
get_base_address needs to live in memory. */
|
||||
&& (!TREE_ADDRESSABLE (TREE_TYPE (exp))
|
||||
|| TREE_CODE (exp) != COMPONENT_REF
|
||||
|| TREE_CODE (DECL_SIZE (TREE_OPERAND (exp, 1))) != INTEGER_CST
|
||||
|
Loading…
x
Reference in New Issue
Block a user