mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-09 03:29:02 +08:00
fix typo
From-SVN: r53589
This commit is contained in:
parent
43612ffb67
commit
2724afa4a2
@ -3015,7 +3015,7 @@ output_constant_def (exp, defer)
|
||||
rtx rtl;
|
||||
|
||||
/* We can't just use the saved RTL if this is a defererred string constant
|
||||
and we are not to defer anymode. */
|
||||
and we are not to defer anymore. */
|
||||
if (TREE_CODE (exp) != INTEGER_CST && TREE_CST_RTL (exp)
|
||||
&& (defer || !STRING_POOL_ADDRESS_P (XEXP (TREE_CST_RTL (exp), 0))))
|
||||
return TREE_CST_RTL (exp);
|
||||
|
Loading…
Reference in New Issue
Block a user