[cfe-commits] r151746 - /cfe/trunk/test/CodeGen/libcalls-fno-builtin.c

Chad Rosier mcrosier at apple.com
Wed Feb 29 12:18:58 PST 2012


Author: mcrosier
Date: Wed Feb 29 14:18:57 2012
New Revision: 151746

URL: http://llvm.org/viewvc/llvm-project?rev=151746&view=rev
Log:
I referenced the incorrect rdar in my previous commit (r151745).  Add the 
correct radar number to the test case for tracking purposes.
rdar://10551066

Modified:
    cfe/trunk/test/CodeGen/libcalls-fno-builtin.c

Modified: cfe/trunk/test/CodeGen/libcalls-fno-builtin.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/libcalls-fno-builtin.c?rev=151746&r1=151745&r2=151746&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/libcalls-fno-builtin.c (original)
+++ cfe/trunk/test/CodeGen/libcalls-fno-builtin.c Wed Feb 29 14:18:57 2012
@@ -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);





More information about the cfe-commits mailing list