diff options
| author | Chad Rosier <mcrosier@apple.com> | 2013-02-18 21:59:15 +0000 |
|---|---|---|
| committer | Chad Rosier <mcrosier@apple.com> | 2013-02-18 21:59:15 +0000 |
| commit | f666b761bd0737c7e9dd39531f4145fc2a334066 (patch) | |
| tree | d0eeaef9b5130404a7dce6ab1027d8d3fab74d9c /llvm/test/CodeGen | |
| parent | f3f8f443e10cbba0c313c41b3dc3632e39804c96 (diff) | |
| download | bcm5719-llvm-f666b761bd0737c7e9dd39531f4145fc2a334066.tar.gz bcm5719-llvm-f666b761bd0737c7e9dd39531f4145fc2a334066.zip | |
Comment out the rdar number.
llvm-svn: 175460
Diffstat (limited to 'llvm/test/CodeGen')
| -rw-r--r-- | llvm/test/CodeGen/ARM/fast-isel-intrinsic.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/fast-isel-intrinsic.ll b/llvm/test/CodeGen/ARM/fast-isel-intrinsic.ll index 3128f5ee342..41089785cef 100644 --- a/llvm/test/CodeGen/ARM/fast-isel-intrinsic.ll +++ b/llvm/test/CodeGen/ARM/fast-isel-intrinsic.ll @@ -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) |

