[mips] Renamed ParseAnyRegisterWithoutDollar to MatchAnyRegisterWithoutDollar
authorDaniel Sanders <daniel.sanders@imgtec.com>
Tue, 1 Apr 2014 12:35:23 +0000 (12:35 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Tue, 1 Apr 2014 12:35:23 +0000 (12:35 +0000)
commit279edf967edc1b2dcaaad3e263972cb4fe83b35d
treefe9bb1d2f31fcd1b3add8b8299856ae2ebb65a97
parent5570517becf5db69267011f33d1bfcbb04b8bb31
[mips] Renamed ParseAnyRegisterWithoutDollar to MatchAnyRegisterWithoutDollar

This is for consistency with other functions. The Parse* functions consume
tokens and the Match* functions don't.

No functional change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205305 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/AsmParser/MipsAsmParser.cpp