Revise C library functions description to be vaguer, per Chris.
authorDale Johannesen <dalej@apple.com>
Fri, 25 Sep 2009 17:04:42 +0000 (17:04 +0000)
committerDale Johannesen <dalej@apple.com>
Fri, 25 Sep 2009 17:04:42 +0000 (17:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82776 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LangRef.html

index 1331b021c101b8729ccbb42c6d739d1432277fd2..039b81ab825cd506fdc083fe6b4a029619630b36 100644 (file)
@@ -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>