make the new isel generator plop out a CheckComplexPattern function
authorChris Lattner <sabre@nondot.org>
Wed, 17 Feb 2010 00:31:50 +0000 (00:31 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 17 Feb 2010 00:31:50 +0000 (00:31 +0000)
commite609a513f3c072bba28412c681465332a2822d9a
treed3e4bb34b61b2a87e23001c2a1740d6816900f43
parent9abe19d0b9b36dc42d5ae94f7ef236f126da55c4
make the new isel generator plop out a CheckComplexPattern function
for evaluating complex patterns.  Some cleanup has to happen before
this can be used though.

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