diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2008-11-27 22:41:45 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2008-11-27 22:41:45 +0000 |
commit | edd5d3e4e9593cb70008755a034b1c741f075557 (patch) | |
tree | 7608834b4299fc471ea0201a25a13543a36c69b3 /llvm/lib | |
parent | 4ab50b93c867f6048963ab40863f8231fd2d8552 (diff) | |
download | bcm5719-llvm-edd5d3e4e9593cb70008755a034b1c741f075557.tar.gz bcm5719-llvm-edd5d3e4e9593cb70008755a034b1c741f075557.zip |
Also update the README.
llvm-svn: 60188
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Target/README.txt | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/llvm/lib/Target/README.txt b/llvm/lib/Target/README.txt index f6f24eb676a..dfc7e51afdd 100644 --- a/llvm/lib/Target/README.txt +++ b/llvm/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 |