Sign in
swiftshader
/
SwiftShader.git
/
2200878636ca416caedebec3b1d8c2734a0b64f3
/
.
/
third_party
/
LLVM
/
test
/
CodeGen
/
X86
/
2009-03-26-NoImplicitFPBug.ll
blob: f4864793ba2f33325df8384bc1a6d42b04eb53dd [
file
]
; 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
}