summaryrefslogtreecommitdiffstats
path: root/test/CodeGen
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
commit75a96d02ded688e34d5e8068abf0afb876ed870b (patch)
treeef33acedfe1fba87c0fa7f6b268f26b4b8d6486e /test/CodeGen
parent3f3335dbc30fbcd71b295d248cd3d5f6d94ce3fb (diff)
I referenced the incorrect rdar in my previous commit (r151745). Add the
correct radar number to the test case for tracking purposes. rdar://10551066 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151746 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-rw-r--r--test/CodeGen/libcalls-fno-builtin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/libcalls-fno-builtin.c b/test/CodeGen/libcalls-fno-builtin.c
index 41f0b38c67..ce10759b0c 100644
--- a/test/CodeGen/libcalls-fno-builtin.c
+++ b/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);