Sign in
swiftshader
/
SwiftShader.git
/
8dfd9a7616f89f269f9c46cc7659c6e1a7db1ec7
/
.
/
third_party
/
LLVM
/
test
/
CodeGen
/
CBackend
/
fneg.ll
blob: 7dec3d9e09c2c3d8358eac92d6006f61560255de [
file
]
; RUN: llc < %s -march=c
define
void
@func
()
nounwind
{
entry
:
%0
=
fsub
double
-
0.0
,
undef
ret
void
}