From: Chad Rosier Date: Wed, 29 Feb 2012 20:18:57 +0000 (+0000) Subject: I referenced the incorrect rdar in my previous commit (r151745). Add the X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=75a96d02ded688e34d5e8068abf0afb876ed870b;p=clang 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 --- 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);