From: Chris Lattner Date: Sat, 6 Jan 2007 01:30:45 +0000 (+0000) Subject: new note X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=ab4be6328764ab20a46b18b3e0f964a903000f04;p=oota-llvm.git new note git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32945 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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. + +//===---------------------------------------------------------------------===//