fix a table size miscomputation, target opcodes are 2 bytes.
authorChris Lattner <sabre@nondot.org>
Sun, 21 Feb 2010 06:44:29 +0000 (06:44 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 21 Feb 2010 06:44:29 +0000 (06:44 +0000)
commitbef2a515f61d2f2cd57fe6a29f8d288631a777bd
treea39eb315dd45dbdf1ab38b5ca74475c161fef637
parent984e18823e863f2232ccf63f7e84b878dbd55b6f
fix a table size miscomputation, target opcodes are 2 bytes.
With this, the matcher actually works reasonably well, but
crashes on larger examples in the scheduler.

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