Also update the README.

llvm-svn: 60188
This commit is contained in:
Nick Lewycky 2008-11-27 22:41:45 +00:00
parent 4ab50b93c8
commit edd5d3e4e9
1 changed files with 1 additions and 7 deletions

View File

@ -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