This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
[tree-ssa] Functions that return more than one value
- From: Andrew Haley <aph at redhat dot com>
- To: gcc at gcc dot gnu dot org
- Date: Thu, 12 Jun 2003 20:21:46 +0100
- Subject: [tree-ssa] Functions that return more than one value
What does tree SSA form do with functions that return more than one
value?
Is it legitimate to have something like
a.3, b.2 <- foo (bar.6, baz.9 )
?
(No, this isn't relevant to Java. But some languages can return more
than one value.)
Andrew.