From f03a3383f99b2123ba01dbc138a816c0f733950e Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Fri, 8 Apr 2011 23:52:04 +0000 Subject: [PATCH] Add radar number for future reference. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129172 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/DebugInfo/array.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/DebugInfo/array.ll b/test/DebugInfo/array.ll index f4aefec8fb3..9f592a12a92 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 -- 2.11.0