* varasm.c (output_constant_def): Fix stupid typo.

From-SVN: r51059
This commit is contained in:
Richard Henderson 2002-03-19 18:12:18 -08:00 committed by Richard Henderson
parent 2842be0538
commit 02a7a3fda1
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-03-19 Richard Henderson <rth@redhat.com>
* varasm.c (output_constant_def): Fix stupid typo.
2002-03-19 Richard Henderson <rth@redhat.com>
PR 5879

View File

@ -3299,7 +3299,7 @@ output_constant_def (exp, defer)
encoded in it. */
if (! found)
{
if (TREE_CODE (exp) == INTEGER_CSY)
if (TREE_CODE (exp) == INTEGER_CST)
ENCODE_SECTION_INFO (exp, true);
desc->rtl = rtl;