Commit ebb23329 by James E Wilson Committed by Jim Wilson

Fix confusing comment typo reported by Rafael Espindola.

* tree.def (FUNCTION_DECL): Correct typo in comment.

From-SVN: r107155
parent f6672e8e
2005-11-17 James E Wilson <wilson@specifix.com>
* tree.def (FUNCTION_DECL): Correct typo in comment.
2005-11-17 Richard Henderson <rth@redhat.com> 2005-11-17 Richard Henderson <rth@redhat.com>
* dwarf2out.c (dw_cfi_oprnd_struct): Reduce dw_cfi_reg_num to int. * dwarf2out.c (dw_cfi_oprnd_struct): Reduce dw_cfi_reg_num to int.
......
...@@ -326,8 +326,8 @@ DEFTREECODE (STRING_CST, "string_cst", tcc_constant, 0) ...@@ -326,8 +326,8 @@ DEFTREECODE (STRING_CST, "string_cst", tcc_constant, 0)
FUNCTION_DECLs use four special fields: FUNCTION_DECLs use four special fields:
DECL_ARGUMENTS holds a chain of PARM_DECL nodes for the arguments. DECL_ARGUMENTS holds a chain of PARM_DECL nodes for the arguments.
DECL_RESULT holds a RESULT_DECL node for the value of a function, DECL_RESULT holds a RESULT_DECL node for the value of a function.
or it is 0 for a function that returns no value. The DECL_RTL field is 0 for a function that returns no value.
(C functions returning void have zero here.) (C functions returning void have zero here.)
The TREE_TYPE field is the type in which the result is actually The TREE_TYPE field is the type in which the result is actually
returned. This is usually the same as the return type of the returned. This is usually the same as the return type of the
......
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