llvm-6502/test/Transforms/InstCombine/2006-02-28-Crash.ll

7 lines
229 B
LLVM
Raw Normal View History

; RUN: llvm-as < %s | 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
}