Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
43f51aeca8367ea35adad963c00bd2bc5b8d1391
/
.
/
test
/
CodeGen
/
CBackend
/
fneg.ll
blob: 7dec3d9e09c2c3d8358eac92d6006f61560255de [
file
] [
log
] [
blame
]
Dan Gohman
fce288f
2009-09-09 00:09:15 +0000
[
diff
] [
blame
]
1
; RUN: llc < %s -march=c
Dan Gohman
9f5f322
2009-06-04 23:43:29 +0000
[
diff
] [
blame
]
2
3
define
void
@func
()
nounwind
{
4
entry
:
5
%0
=
fsub
double
-
0.0
,
undef
6
ret
void
7
}