mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-02 13:21:43 +00:00
Testcase for PR2520.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53230 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cfa3c236b2
commit
4a497a2757
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…
x
Reference in New Issue
Block a user