summaryrefslogtreecommitdiff
path: root/lib/Target/README.txt
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2008-11-27 22:41:45 +0000
committerNick Lewycky <nicholas@mxc.ca>2008-11-27 22:41:45 +0000
commitd2f0db1b1966a8d1237b15a2b2acebce9ad4a6eb (patch)
tree014b30eb12945ec6e678c532ca608590a619581c /lib/Target/README.txt
parent8ca524852257a44c106960923815d90003e5762c (diff)
downloadllvm-d2f0db1b1966a8d1237b15a2b2acebce9ad4a6eb.tar.gz
llvm-d2f0db1b1966a8d1237b15a2b2acebce9ad4a6eb.tar.bz2
llvm-d2f0db1b1966a8d1237b15a2b2acebce9ad4a6eb.tar.xz
Also update the README.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60188 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/README.txt')
-rw-r--r--lib/Target/README.txt8
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/Target/README.txt b/lib/Target/README.txt
index f6f24eb676..dfc7e51afd 100644
--- a/lib/Target/README.txt
+++ b/lib/Target/README.txt
@@ -985,13 +985,7 @@ define i1 @test(i8 %x) {
//===---------------------------------------------------------------------===//
-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