summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/libcalls-fno-builtin.c
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-02-29 20:18:57 +0000
committerChad Rosier <mcrosier@apple.com>2012-02-29 20:18:57 +0000
commitff3f99bf0a1f0700f29b3e0ff1d574185e2bf4de (patch)
tree633bff8a774d406a9fb65a79bde093b58cc72e29 /clang/test/CodeGen/libcalls-fno-builtin.c
parentb1cfc6864f8cd76494e2ccab4debe4a0471f47d3 (diff)
downloadbcm5719-llvm-ff3f99bf0a1f0700f29b3e0ff1d574185e2bf4de.tar.gz
bcm5719-llvm-ff3f99bf0a1f0700f29b3e0ff1d574185e2bf4de.zip
I referenced the incorrect rdar in my previous commit (r151745). Add the
correct radar number to the test case for tracking purposes. rdar://10551066 llvm-svn: 151746
Diffstat (limited to 'clang/test/CodeGen/libcalls-fno-builtin.c')
-rw-r--r--clang/test/CodeGen/libcalls-fno-builtin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/CodeGen/libcalls-fno-builtin.c b/clang/test/CodeGen/libcalls-fno-builtin.c
index 41f0b38c676..ce10759b0c5 100644
--- a/clang/test/CodeGen/libcalls-fno-builtin.c
+++ b/clang/test/CodeGen/libcalls-fno-builtin.c
@@ -1,4 +1,5 @@
// RUN: %clang_cc1 -S -O3 -fno-builtin -o - %s | FileCheck %s
+// rdar://10551066
double ceil(double x);
double copysign(double,double);
OpenPOWER on IntegriCloud