mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 21:00:29 +00:00
Testcase for PR2520.
llvm-svn: 53230
This commit is contained in:
parent
65028bf60d
commit
a6a427cb61
4
test/FrontendC/2008-07-08-FAbsAttributes.c
Normal file
4
test/FrontendC/2008-07-08-FAbsAttributes.c
Normal file
@ -0,0 +1,4 @@
|
||||
// RUN: %llvmgcc -S %s -o - | grep readnone
|
||||
// PR2520
|
||||
#include <math.h>
|
||||
double f(double *x, double *y) { return fabs(*x + *y); }
|
Loading…
Reference in New Issue
Block a user