OSDN Git Service

partition operand processing between aliases and instructions.
authorChris Lattner <sabre@nondot.org>
Thu, 4 Nov 2010 02:11:18 +0000 (02:11 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 4 Nov 2010 02:11:18 +0000 (02:11 +0000)
commitc07bd40a649991d46c95cf6afe2c4ada4ac49f13
treebdaf998afd83614c111b9e9259b0d61e2d63f563
parent5f4280cd2d2d1aeb527c8b161acaa1870cf6ee82
partition operand processing between aliases and instructions.
Right now the code is partitioned but the behavior is the same.
This should be improved in the near future.   This removes some
uses of TheOperandList.

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