From ab4be6328764ab20a46b18b3e0f964a903000f04 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 6 Jan 2007 01:30:45 +0000 Subject: [PATCH] new note git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32945 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/X86/README.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/Target/X86/README.txt b/lib/Target/X86/README.txt index 7a7bab152be..c871a76486c 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. + +//===---------------------------------------------------------------------===//