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 | 69c65b0d938ca54ef3e5cfe6f65719c1a2f2f937 (patch) | |
tree | 71d771c7ceee5e92eb29f6c32384e9a89fd26527 /test | |
parent | 848c25ddfa8530fd9349bdf5ed8a8633f27eb388 (diff) |
Comment out the rdar number.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175460 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/CodeGen/ARM/fast-isel-intrinsic.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/fast-isel-intrinsic.ll b/test/CodeGen/ARM/fast-isel-intrinsic.ll index 3128f5ee34..41089785ce 100644 --- a/test/CodeGen/ARM/fast-isel-intrinsic.ll +++ b/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) |