repo.or.cz
/
llvm
/
msp430.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' into msp430
[llvm/msp430.git]
/
test
/
CodeGen
/
Generic
/
bool-to-double.ll
blob
d6c9e5239516494ce15fff46cfcfda885dfc1188
1
; RUN: llvm-as < %s | llc
2
define double @test(i1 %X) {
3
%Y = uitofp i1 %X to double ; <double> [#uses=1]
4
ret double %Y
5
}
6