blob: fc90bba770864eee2396c15650069aef150b16f6 [file] [log] [blame]
Dan Gohman18800922009-09-11 18:01:28 +00001; RUN: opt < %s -instcombine -S | not grep div
Nick Lewycky4ab50b92008-11-27 22:41:10 +00002
3define i8 @test(i8 %x) readnone nounwind {
4 %A = udiv i8 %x, 250
5 ret i8 %A
6}