summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/2006-02-28-Crash.ll
blob: 17fc8b668f95dd57d3e3f89e598bb9844357a658 (plain)
1
2
3
4
5
6
; 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
}