full asmparser support for blockaddress. We can now do:
authorChris Lattner <sabre@nondot.org>
Wed, 28 Oct 2009 03:39:23 +0000 (03:39 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 28 Oct 2009 03:39:23 +0000 (03:39 +0000)
commit09d9ef4122414a1a2ec95f52d660d6500f2819d0
treef6c1df9220f5a87d7d0b774d61d41a9fba48af40
parent73050e1c383100d879597f5d4ef8260bb1d6f07c
full asmparser support for blockaddress.  We can now do:
$ llvm-as foo.ll -d -disable-output

which reads and prints the .ll file.  BC encoding is the
next project.  Testcase will go in once that works.

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