Add a name for the anonymous type we're creating for subrange
authorEric Christopher <echristo@gmail.com>
Fri, 4 Jan 2013 21:51:53 +0000 (21:51 +0000)
committerEric Christopher <echristo@gmail.com>
Fri, 4 Jan 2013 21:51:53 +0000 (21:51 +0000)
commit8cab6edf4fa46d9bd06ff3ce0e1dd4557be58b65
tree90c368a3ea8fd557e536af31dec0fd0ec3ba51b7
parent715f6a62a17f1e26a7c3f673b70bf44c99ae7cae
Add a name for the anonymous type we're creating for subrange
types and a FIXME for what we should be doing. Should solve the
immediacy of PR12069 where our debug info is crashing another
tool.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171536 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp
test/DebugInfo/X86/empty-and-one-elem-array.ll
test/DebugInfo/X86/empty-array.ll
test/DebugInfo/X86/nondefault-subrange-array.ll
test/DebugInfo/X86/subrange-type.ll [new file with mode: 0644]