Comment out the rdar number.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175460 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chad Rosier 2013-02-18 21:59:15 +00:00
parent 848c25ddfa
commit 69c65b0d93

View File

@ -232,7 +232,7 @@ define void @t6() nounwind ssp {
ret void ret void
} }
rdar://13202135 ; rdar://13202135
define void @t7() nounwind ssp { define void @t7() nounwind ssp {
; Just make sure this doesn't assert when we have an odd length and an alignment of 2. ; 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) 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)