Commit 02a7a3fd by Richard Henderson Committed by Richard Henderson

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

From-SVN: r51059
parent 2842be05
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
* except.c (current_function_has_exception_handlers): New.
* except.h: Declare it.
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment