blob: d926a43465fe5eea2c657686956645396fd9084b [file] [log] [blame]
; Make sure that the constant propagator doesn't cause a sigfpe
;
; RUN: llvm-as < %s | opt -constprop
;
int "test"() {
%R = div int -2147483648, -1
ret int %R
}
int "test2"() {
%R = rem int -2147483648, -1
ret int %R
}