[llvm] r175460 - Comment out the rdar number.

Chad Rosier mcrosier at apple.com
Mon Feb 18 13:59:15 PST 2013


Author: mcrosier
Date: Mon Feb 18 15:59:15 2013
New Revision: 175460

URL: http://llvm.org/viewvc/llvm-project?rev=175460&view=rev
Log:
Comment out the rdar number.

Modified:
    llvm/trunk/test/CodeGen/ARM/fast-isel-intrinsic.ll

Modified: llvm/trunk/test/CodeGen/ARM/fast-isel-intrinsic.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/fast-isel-intrinsic.ll?rev=175460&r1=175459&r2=175460&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/ARM/fast-isel-intrinsic.ll (original)
+++ llvm/trunk/test/CodeGen/ARM/fast-isel-intrinsic.ll Mon Feb 18 15:59:15 2013
@@ -232,7 +232,7 @@ define void @t6() nounwind ssp {
   ret void
 }
 
-rdar://13202135
+; rdar://13202135
 define void @t7() nounwind ssp {
 ; Just make sure this doesn't assert when we have an odd length and an alignment of 2.
   call void @llvm.memcpy.p0i8.p0i8.i32(i8* getelementptr inbounds ([60 x i8]* @temp, i32 0, i32 4), i8* getelementptr inbounds ([60 x i8]* @temp, i32 0, i32 16), i32 3, i32 2, i1 false)





More information about the llvm-commits mailing list