Switch AsmLexer::Lex to returning a reference to the current token.
authorDaniel Dunbar <daniel@zuster.org>
Tue, 28 Jul 2009 16:56:42 +0000 (16:56 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 28 Jul 2009 16:56:42 +0000 (16:56 +0000)
commita3c924f83aefd4c883ed17a200876d258e0ad1e2
treea2ad2e40906dbbbb7bd413c54e1cb286a87da3ff
parent2d4e6d3f123f824709be4884e9e2e2f1a4579858
Switch AsmLexer::Lex to returning a reference to the current token.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77328 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-mc/AsmLexer.h
tools/llvm-mc/AsmParser.cpp
tools/llvm-mc/llvm-mc.cpp