Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
94a4bcdce36558e918be2c29f2e4ce4cb1528c8f
/
.
/
test
/
CodeGen
/
Generic
/
bool-to-double.ll
blob: ad9bc8e86fcdc60397de5f58c93e707ae24eca83 [
file
] [
log
] [
blame
]
; RUN: llvm-upgrade < %s | llvm-as | llc
double
%test
(
bool
%X
)
{
%Y
=
cast
bool
%X
to
double
ret
double
%Y
}