aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-01-06 01:30:45 +0000
committerChris Lattner <sabre@nondot.org>2007-01-06 01:30:45 +0000
commitab4be6328764ab20a46b18b3e0f964a903000f04 (patch)
tree7ca316291a1e19e21a05fa3c7775e0f5c7ce8256
parenta7c46fa9218432f991e84f500b8d7bbfab32f47e (diff)
new note
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32945 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/X86/README.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/Target/X86/README.txt b/lib/Target/X86/README.txt
index 7a7bab152b..c871a76486 100644
--- a/lib/Target/X86/README.txt
+++ b/lib/Target/X86/README.txt
@@ -761,3 +761,8 @@ int f(char *p) {
return 0;
}
+//===---------------------------------------------------------------------===//
+
+We should inline lrintf and probably other libc functions.
+
+//===---------------------------------------------------------------------===//