Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
f17a25c88b892d30c2b41ba7ecdfbdfb2b4be9cc
/
.
/
test
/
CodeGen
/
Generic
/
bool-to-double.ll
blob: ad9bc8e86fcdc60397de5f58c93e707ae24eca83 [
file
] [
log
] [
blame
]
Dan Gohman
f17a25c
2007-07-18 16:29:46 +0000
[
diff
] [
blame^
]
1
; RUN: llvm-upgrade < %s | llvm-as | llc
2
double
%test
(
bool
%X
)
{
3
%Y
=
cast
bool
%X
to
double
4
ret
double
%Y
5
}