llvm-6502/test/Transforms/InstCombine/2006-02-28-Crash.ll
2006-12-02 04:23:10 +00:00

7 lines
244 B
LLVM

; RUN: llvm-upgrade < %s | llvm-as | opt -instcombine -disable-output
int %test() {
%tmp203 = seteq uint 1, 2 ; <bool> [#uses=1]
%tmp203 = cast bool %tmp203 to int ; <int> [#uses=1]
ret int %tmp203
}