diff options
author | Devang Patel <dpatel@apple.com> | 2011-04-08 23:52:04 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2011-04-08 23:52:04 +0000 |
commit | f03a3383f99b2123ba01dbc138a816c0f733950e (patch) | |
tree | 3830551e17de483b923cf1bdca461217b63bfae7 /test | |
parent | 3f932a74be207eaad700ac7898f63c06131097ea (diff) | |
download | external_llvm-f03a3383f99b2123ba01dbc138a816c0f733950e.zip external_llvm-f03a3383f99b2123ba01dbc138a816c0f733950e.tar.gz external_llvm-f03a3383f99b2123ba01dbc138a816c0f733950e.tar.bz2 |
Add radar number for future reference.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129172 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/DebugInfo/array.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/array.ll b/test/DebugInfo/array.ll index f4aefec..9f592a1 100644 --- a/test/DebugInfo/array.ll +++ b/test/DebugInfo/array.ll @@ -1,6 +1,6 @@ ; RUN: llc -O0 < %s | FileCheck %s ; Do not emit AT_upper_bound for an unbounded array. - +; radar 9241695 define i32 @main() nounwind ssp { entry: %retval = alloca i32, align 4 |