When removing a function from the function set and adding it to deferred, we
[llvm.git] / test / Transforms / InstCombine / 2008-11-27-UDivNegative.ll
blobfc90bba770864eee2396c15650069aef150b16f6
1 ; RUN: opt < %s -instcombine -S | not grep div
3 define i8 @test(i8 %x) readnone nounwind {
4   %A = udiv i8 %x, 250
5   ret i8 %A