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