resolve a fixme and simplify code by moving insertion of the
authorChris Lattner <sabre@nondot.org>
Mon, 1 Mar 2010 22:46:42 +0000 (22:46 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 1 Mar 2010 22:46:42 +0000 (22:46 +0000)
commit01bcd947bfd1830a9d301236a404138c9c97cd7e
treea99b4628940bfa034462457a6b293b8571e5436c
parent405f1252b9f3937b9c30edf683375cf261967c79
resolve a fixme and simplify code by moving insertion of the
EmitMergeInputChainsMatcher node up into EmitResultCode.  This
doesn't have much of an effect on the generated code, the X86
table is exactly the same size.

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