This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]