Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
09b51c348c9966bb6472f509bcf790ca98f8150c
/
.
/
test
/
CodeGen
/
X86
/
2004-06-10-StackifierCrash.ll
blob: 1a51bee404d0672f01ca1b52f8a176a256f709f2 [
file
] [
log
] [
blame
]
; RUN: llvm-as < %s | llc -march=x86
define
i1
@T
(
double
%X
)
{
%V
=
fcmp
oeq
double
%X
,
%X
; <i1> [#uses=1]
ret
i1
%V
}