diff options
author | Evan Cheng <evan.cheng@apple.com> | 2009-11-14 02:11:32 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2009-11-14 02:11:32 +0000 |
commit | e17ae4f82efc575b4cf014fbc4bfc95286a2588b (patch) | |
tree | fb0888d8d5c51c5785b8c60cb287fd497e780c22 | |
parent | 8fdd84cfa74e248394a8f5049e7478bf2535a150 (diff) | |
download | external_llvm-e17ae4f82efc575b4cf014fbc4bfc95286a2588b.zip external_llvm-e17ae4f82efc575b4cf014fbc4bfc95286a2588b.tar.gz external_llvm-e17ae4f82efc575b4cf014fbc4bfc95286a2588b.tar.bz2 |
Add radar number.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@88739 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/ARM/2009-11-13-VRRewriterCrash.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/ARM/2009-11-13-VRRewriterCrash.ll b/test/CodeGen/ARM/2009-11-13-VRRewriterCrash.ll index 781f39b..832ff4f 100644 --- a/test/CodeGen/ARM/2009-11-13-VRRewriterCrash.ll +++ b/test/CodeGen/ARM/2009-11-13-VRRewriterCrash.ll @@ -1,5 +1,6 @@ ; RUN: llc -mtriple=armv7-eabi -mcpu=cortex-a8 < %s ; PR5412 +; rdar://7384107 %bar = type { %quad, float, float, [3 x %quuz*], [3 x %bar*], [2 x %bar*], [3 x i8], i8 } %baz = type { %bar*, i32 } |