blob: 7f83fa837de25528e7adff8c4583010ea3efaa77 [file] [log] [blame]
; RUN: llvm-as < %s | opt -instcombine
int %test(int %X) {
%Y = rem int %X, undef
ret int %Y
}