OSDN Git Service

Recognize the "default" keyword, which is documented in LangRef.html
authorDan Gohman <gohman@apple.com>
Thu, 22 May 2008 22:30:09 +0000 (22:30 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 22 May 2008 22:30:09 +0000 (22:30 +0000)
commit34d1032ff6c7cb6294227c5737232146ae96c54b
tree894474ab622ad958cedb58e1687b35c7b0d7d201
parentaa84e4302da79742135e7f92bb981dd51619e4a6
Recognize the "default" keyword, which is documented in LangRef.html
and supported in the grammar, in the lexer.

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