OSDN Git Service

refactor/cleanup MatchableInfo by eliminating the Tokens array,
authorChris Lattner <sabre@nondot.org>
Tue, 2 Nov 2010 17:30:52 +0000 (17:30 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 2 Nov 2010 17:30:52 +0000 (17:30 +0000)
commitd19ec05e0785152e7a520ffd4a88da4459a380aa
tree910b9edaff10f1e2b6933b1f6f1536e6abe8a3c1
parent3ff57094a7d176a759ddb1e1668489d89064f56c
refactor/cleanup MatchableInfo by eliminating the Tokens array,
merging it into a Token field in Operand, and moving the first
token to an explicit mnemonic field.  These were parallel
arrays before (except for the mnemonic) which kept confusing me.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118024 91177308-0d34-0410-b5e6-96231b3b80d8
utils/TableGen/AsmMatcherEmitter.cpp