diff options
-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 781f39b3e8..832ff4fa09 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 } |