Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
4a497a2757487bd127b21c179f68173f976eb153
/
.
/
test
/
FrontendC
/
2008-07-08-FAbsAttributes.c
blob: 1eb01dcedbe63a75be51785c278f080e3507b393 [
file
] [
log
] [
blame
]
Duncan Sands
4a497a2
2008-07-08 10:11:36 +0000
[
diff
] [
blame^
]
1
// RUN: %llvmgcc -S %s -o - | grep readnone
2
// PR2520
3
#include
<math.h>
4
double
f
(
double
*
x
,
double
*
y
)
{
return
fabs
(*
x
+
*
y
);
}