repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Shrink Thumb2 movcc instructions.
[llvm/avr.git]
/
test
/
FrontendC
/
2008-07-08-FAbsAttributes.c
blob
1eb01dcedbe63a75be51785c278f080e3507b393
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
); }