Remove support for parsing the "type i32" syntax for defining a numbered
authorChris Lattner <sabre@nondot.org>
Sun, 19 Jun 2011 00:03:46 +0000 (00:03 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 19 Jun 2011 00:03:46 +0000 (00:03 +0000)
commita53616d08be710d22fd804e90b22df023cfdc0f9
treeaae58c7b8a23a78698bb99b0e6dc405eeb4e0dd3
parentedcaca8e4177b89a180862bcf779b498e9fe2d4c
Remove support for parsing the "type i32" syntax for defining a numbered
top level type without a specified number.  This syntax isn't documented
and blocks forward progress.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133371 91177308-0d34-0410-b5e6-96231b3b80d8
30 files changed:
lib/AsmParser/LLParser.cpp
test/Analysis/ScalarEvolution/avoid-infinite-recursion-1.ll
test/Analysis/ScalarEvolution/pr3909.ll
test/Assembler/2002-04-04-PureVirtMethCall.ll [deleted file]
test/Assembler/2002-04-04-PureVirtMethCall2.ll [deleted file]
test/Assembler/2009-02-28-CastOpc.ll
test/Bitcode/metadata-2.ll
test/CodeGen/Blackfin/add-overflow.ll
test/CodeGen/Blackfin/many-args.ll
test/CodeGen/Thumb2/2009-08-02-CoalescerBug.ll
test/CodeGen/Thumb2/2009-08-04-CoalescerBug.ll
test/CodeGen/Thumb2/2009-08-04-ScavengerAssert.ll
test/CodeGen/X86/2009-04-09-InlineAsmCrash.ll [deleted file]
test/CodeGen/X86/2009-04-12-FastIselOverflowCrash.ll
test/CodeGen/X86/2009-04-13-2AddrAssert-2.ll
test/CodeGen/X86/2009-04-29-RegAllocAssert.ll
test/CodeGen/X86/2009-06-04-VirtualLiveIn.ll
test/CodeGen/X86/2009-08-14-Win64MemoryIndirectArg.ll
test/CodeGen/X86/2009-09-19-earlyclobber.ll
test/CodeGen/X86/coalescer-cross.ll
test/CodeGen/X86/fast-isel-bail.ll
test/CodeGen/X86/fold-sext-trunc.ll
test/CodeGen/X86/inline-asm-q-regs.ll
test/Feature/forwardreftest.ll
test/Feature/opaquetypes.ll
test/Feature/testtype.ll
test/Feature/weak_constant.ll
test/Integer/opaquetypes_bt.ll [deleted file]
test/Transforms/ScalarRepl/2009-03-05-Aggre2Scalar-dbg.ll
test/Transforms/ScalarRepl/crash.ll