Commit 903cb4d6 by Richard Kenner

Fix error in comments.

From-SVN: r12773
parent d20ae480
...@@ -950,7 +950,7 @@ split_tree (in, code, varp, conp, varsignp) ...@@ -950,7 +950,7 @@ split_tree (in, code, varp, conp, varsignp)
return 0; return 0;
} }
/* Combine two constants NUM and ARG2 under operation CODE /* Combine two constants ARG1 and ARG2 under operation CODE
to produce a new constant. to produce a new constant.
We assume ARG1 and ARG2 have the same data type, We assume ARG1 and ARG2 have the same data type,
or at least are the same kind of constant and the same machine mode. or at least are the same kind of constant and the same machine mode.
......
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