new note
authorChris Lattner <sabre@nondot.org>
Sat, 6 Jan 2007 01:30:45 +0000 (01:30 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 6 Jan 2007 01:30:45 +0000 (01:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32945 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/README.txt

index 7a7bab152be755378d0f35c8e16a7daa593fad6f..c871a76486c8331bb69c3b4e2e56d61ccbff90d1 100644 (file)
@@ -761,3 +761,8 @@ int f(char *p) {
     return 0;
 }
 
+//===---------------------------------------------------------------------===//
+
+We should inline lrintf and probably other libc functions.
+
+//===---------------------------------------------------------------------===//