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