Remove support for parsing the "type i32" syntax for defining a numbered
authorChris Lattner <sabre@nondot.org>
Sat, 18 Jun 2011 23:38:57 +0000 (23:38 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 18 Jun 2011 23:38:57 +0000 (23:38 +0000)
commit8dd72b85b207856b7c879d186f0d3330124544c8
treec9c8ab4e3efdaa8a5c191d68d166bb0074be4a31
parentb2318662b6d2e6d9ea9917fd280dde0ba9a938ad
Remove support for parsing the "type i32" syntax for defining a numbered
top level type without a specified number.  This asmprinter has never
generated this, as you can tell by no tests being updated.  It also isn't
documented.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133368 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AsmParser/LLParser.cpp