Skip to content
Commit 04d722a6 authored by Chris Lattner's avatar Chris Lattner
Browse files

Extend the (abi-irrelevant) return convention to be able to return more than two values in

integer registers.  This is already supported by the fastcc convention, but it doesn't
hurt to support it in the standard conventions as well.

In cases where we can cheat at the calling convention, this allows us to avoid returning
things through memory in more cases.

llvm-svn: 157698
parent a1d29cd4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment