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
This commit is contained in:
Chris Lattner
2009-10-28 03:39:23 +00:00
parent 73050e1c38
commit 09d9ef4122
4 changed files with 172 additions and 40 deletions

View File

@ -576,6 +576,7 @@ lltok::Kind LLLexer::LexIdentifier() {
KEYWORD(oge); KEYWORD(ord); KEYWORD(uno); KEYWORD(ueq); KEYWORD(une);
KEYWORD(x);
KEYWORD(blockaddress);
#undef KEYWORD
// Keywords for types.