add support, testcases, and dox for the new GHC calling
[oota-llvm.git] / docs / CodeGenerator.html
index f26d0abfad52a493ec0564c9867dee188d7cf0e3..0568667ec539ad84a44f49674c66fe4b7dab5545 100644 (file)
@@ -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>