Sign in
ara-mdk
/
platform
/
external
/
llvm
/
14891447fff5b9a5980c1728fbe15140b6350ae3
/
.
/
test
/
CodeGen
/
X86
/
2004-06-10-StackifierCrash.ll
blob: 036aa6a77f407d3e64965a55372a120912c3ee22 [
file
] [
log
] [
blame
]
; RUN: llc < %s -march=x86
define
i1
@T
(
double
%X
)
{
%V
=
fcmp
oeq
double
%X
,
%X
; <i1> [#uses=1]
ret
i1
%V
}