diff options
| author | Chris Lattner <sabre@nondot.org> | 2005-05-06 23:08:23 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2005-05-06 23:08:23 +0000 |
| commit | c792eb342ca1f1c89d508da9eb2ecc903bab1224 (patch) | |
| tree | dcc06c5cd0a9144320d58c4ec8e110d277cca70c /llvm/docs/LangRef.html | |
| parent | 0132affa894e6e1c6d024ad0b3b38ca77b163eec (diff) | |
| download | bcm5719-llvm-c792eb342ca1f1c89d508da9eb2ecc903bab1224.tar.gz bcm5719-llvm-c792eb342ca1f1c89d508da9eb2ecc903bab1224.zip | |
add a couple of notes
llvm-svn: 21754
Diffstat (limited to 'llvm/docs/LangRef.html')
| -rw-r--r-- | llvm/docs/LangRef.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index 71faede993a..c0ba49ba28b 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/docs/LangRef.html @@ -455,9 +455,10 @@ the future:</p> <dd>This calling convention attempts to make calls as fast as possible (e.g. by passing things in registers). This calling convention allows the target to use whatever tricks it wants to produce fast code for the target, - without having to conform to an externally specified ABI. This calling - convention does not support varargs and requires the prototype of all callees - to exactly match the prototype of the function definition. + without having to conform to an externally specified ABI. Implementations of + this convention should allow arbitrary tail call optimization to be supported. + This calling convention does not support varargs and requires the prototype of + all callees to exactly match the prototype of the function definition. </dd> <dt><b>"<tt>coldcc</tt>" - The cold calling convention</b>:</dt> |

