Sign in
swiftshader
/
SwiftShader
/
4e8044d9c2090e965f96f3a6f24503cb91be54a4
/
.
/
third_party
/
LLVM
/
test
/
CodeGen
/
X86
/
2009-03-26-NoImplicitFPBug.ll
blob: f4864793ba2f33325df8384bc1a6d42b04eb53dd [
file
] [
log
] [
blame
]
; RUN: llc < %s -march=x86 -mattr=+sse2
define
double
@t
(
double
%x
)
nounwind
ssp
noimplicitfloat
{
entry
:
br
i1
false
,
label
%return
,
label
%bb3
bb3
:
; preds = %entry
ret
double
0.000000
e
+
00
return
:
; preds = %entry
ret
double
undef
}