1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-30 23:42:52 +01:00
llvm-mirror/test/Regression/Transforms/InstCombine/2005-06-16-RangeCrash.ll

8 lines
203 B
LLVM
Raw Normal View History

2005-06-17 04:04:47 +02:00
; RUN: llvm-as < %s | opt -instcombine -disable-output
; PR585
bool %test() {
%tmp.26 = div int 0, -2147483648 ; <int> [#uses=1]
%tmp.27 = seteq int %tmp.26, 0 ; <bool> [#uses=1]
ret bool %tmp.27
}