[llvm-commits] [llvm] r60188 - /llvm/trunk/lib/Target/README.txt

Nick Lewycky nicholas at mxc.ca
Thu Nov 27 14:41:45 PST 2008


Author: nicholas
Date: Thu Nov 27 16:41:45 2008
New Revision: 60188

URL: http://llvm.org/viewvc/llvm-project?rev=60188&view=rev
Log:
Also update the README.

Modified:
    llvm/trunk/lib/Target/README.txt

Modified: llvm/trunk/lib/Target/README.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/README.txt?rev=60188&r1=60187&r2=60188&view=diff

==============================================================================
--- llvm/trunk/lib/Target/README.txt (original)
+++ llvm/trunk/lib/Target/README.txt Thu Nov 27 16:41:45 2008
@@ -985,13 +985,7 @@
 
 //===---------------------------------------------------------------------===//
 
-These three functions all perform the same computation, but produce different
-assembly. On x86, they are sorted from slowest to fastest.
-
-define i8 @udiv(i8 %x) readnone nounwind {
-  %A = udiv i8 %x, 250
-  ret i8 %A
-}
+These functions perform the same computation, but produce different assembly.
 
 define i8 @select(i8 %x) readnone nounwind {
   %A = icmp ult i8 %x, 250





More information about the llvm-commits mailing list