diff options
| author | Chris Lattner <sabre@nondot.org> | 2010-03-11 00:22:57 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2010-03-11 00:22:57 +0000 |
| commit | a179e4d0a8029bb4004d92343fb2c110f77060d7 (patch) | |
| tree | 0c2f2ffe1996549308d8b14a9ada2f7fc326b6fc /llvm/docs/CodeGenerator.html | |
| parent | aa87b4eab1ad673ec2cb5189e2cfc5776b2b35c8 (diff) | |
| download | bcm5719-llvm-a179e4d0a8029bb4004d92343fb2c110f77060d7.tar.gz bcm5719-llvm-a179e4d0a8029bb4004d92343fb2c110f77060d7.zip | |
add support, testcases, and dox for the new GHC calling
convention. Patch by David Terei!
llvm-svn: 98212
Diffstat (limited to 'llvm/docs/CodeGenerator.html')
| -rw-r--r-- | llvm/docs/CodeGenerator.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/docs/CodeGenerator.html b/llvm/docs/CodeGenerator.html index f26d0abfad5..0568667ec53 100644 --- a/llvm/docs/CodeGenerator.html +++ b/llvm/docs/CodeGenerator.html @@ -1679,7 +1679,8 @@ $ llc -regalloc=linearscan file.bc -o ln.s; supported on x86/x86-64 and PowerPC. It is performed if:</p> <ul> - <li>Caller and callee have the calling convention <tt>fastcc</tt>.</li> + <li>Caller and callee have the calling convention <tt>fastcc</tt> or + <tt>cc 10</tt> (GHC call convention).</li> <li>The call is a tail call - in tail position (ret immediately follows call and ret uses value of call or is void).</li> |

