]> granicus.if.org Git - clang/commitdiff
I referenced the incorrect rdar in my previous commit (r151745). Add the
authorChad Rosier <mcrosier@apple.com>
Wed, 29 Feb 2012 20:18:57 +0000 (20:18 +0000)
committerChad Rosier <mcrosier@apple.com>
Wed, 29 Feb 2012 20:18:57 +0000 (20:18 +0000)
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

test/CodeGen/libcalls-fno-builtin.c

index 41f0b38c67600d60cb164034479b806fbf15c745..ce10759b0c5f1641034203531019a066e6300a82 100644 (file)
@@ -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);