diff options
| author | Dale Johannesen <dalej@apple.com> | 2009-09-25 17:04:42 +0000 |
|---|---|---|
| committer | Dale Johannesen <dalej@apple.com> | 2009-09-25 17:04:42 +0000 |
| commit | 722212d1a0672ae18a23db58c4cfb7e38073abfa (patch) | |
| tree | fe247c53bc3529de30cc651befb3d013d3cd12a2 /llvm | |
| parent | db281085c555f0ef344638cf3d42ef0ade56d1d2 (diff) | |
| download | bcm5719-llvm-722212d1a0672ae18a23db58c4cfb7e38073abfa.tar.gz bcm5719-llvm-722212d1a0672ae18a23db58c4cfb7e38073abfa.zip | |
Revise C library functions description to be vaguer, per Chris.
llvm-svn: 82776
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/docs/LangRef.html | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/llvm/docs/LangRef.html b/llvm/docs/LangRef.html index 1331b021c10..039b81ab825 100644 --- a/llvm/docs/LangRef.html +++ b/llvm/docs/LangRef.html @@ -5046,11 +5046,10 @@ Loop: ; Infinite loop that counts from 0 on up... </pre> <p>llvm treats calls to some functions with names and arguments that match the -standard C library as being the C library functions, and may perform -optimizations or generate code for them under that assumption. These -functions currently include: -acos, asin, atan, atan2, ceil, cos, cosf, cosh, exp, fabs, floor, fmod, log, -log10, malloc, pow, sin, sinh, sqrt, sqrtf, sin, sinf, tan, tanh.</p> +standard C99 library as being the C99 library functions, and may perform +optimizations or generate code for them under that assumption. This is +something we'd like to change in the future to provide better support for +freestanding environments and non-C-based langauges.</p> </div> |

