repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added the ability to xfail based on llvmgcc version
[llvm-complete.git]
/
test
/
Transforms
/
InstCombine
/
2006-02-28-Crash.ll
blob
17fc8b668f95dd57d3e3f89e598bb9844357a658
1
; RUN: llvm-as < %s | opt -instcombine -disable-output
2
int %test() {
3
%tmp203 = seteq uint 1, 2 ; <bool> [#uses=1]
4
%tmp203 = cast bool %tmp203 to int ; <int> [#uses=1]
5
ret int %tmp203
6
}