[llvm-commits] [llvm] r129172 - /llvm/trunk/test/DebugInfo/array.ll

Devang Patel dpatel at apple.com
Fri Apr 8 16:52:04 PDT 2011


Author: dpatel
Date: Fri Apr  8 18:52:04 2011
New Revision: 129172

URL: http://llvm.org/viewvc/llvm-project?rev=129172&view=rev
Log:
Add radar number for future reference.

Modified:
    llvm/trunk/test/DebugInfo/array.ll

Modified: llvm/trunk/test/DebugInfo/array.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/array.ll?rev=129172&r1=129171&r2=129172&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/array.ll (original)
+++ llvm/trunk/test/DebugInfo/array.ll Fri Apr  8 18:52:04 2011
@@ -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





More information about the llvm-commits mailing list