fix a bug in my recent patch that increased opcode size to 2 bytes:
authorChris Lattner <sabre@nondot.org>
Sat, 27 Mar 2010 18:49:33 +0000 (18:49 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 27 Mar 2010 18:49:33 +0000 (18:49 +0000)
commit5d3569e93ce31052a55d6e64b7153d055d60d8e8
tree055823b26b3ccd4bfbfdc285556effd1e12dfdfb
parent46475cb08e5ac0bb66d23a134e95abcc95dc9ddf
fix a bug in my recent patch that increased opcode size to 2 bytes:
the index comments nested under OPC_SwitchOpcode were off by one.
This fixes the comments.

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