llvm-mc/AsmMatcher: Switch token matching to use the new string matcher.
authorDaniel Dunbar <daniel@zuster.org>
Sat, 8 Aug 2009 21:22:41 +0000 (21:22 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sat, 8 Aug 2009 21:22:41 +0000 (21:22 +0000)
commit245f05843f7f17406f394696e7330950e6d88e6d
tree272d5762148564424c66005d1cda4d042c0e20c0
parentfb373909be8d027786556277b2600d34d0086566
llvm-mc/AsmMatcher: Switch token matching to use the new string matcher.

Also, redefined MatchRegisterName to just return the register value or a
sentinel, to simplify the generated code.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78504 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/AsmParser/X86AsmParser.cpp
utils/TableGen/AsmMatcherEmitter.cpp