make the new isel's interpreter loop call the generated
authorChris Lattner <sabre@nondot.org>
Wed, 17 Feb 2010 00:41:34 +0000 (00:41 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 17 Feb 2010 00:41:34 +0000 (00:41 +0000)
commitbd12fe8b693d90713f69353affdfdaa3bb09c26d
tree3edbe7cf00c0f78f56b911c16fdbf45e3e8c995f
parent5be6e5990b1da82e31f4236d1b392e52637cbe2e
make the new isel's interpreter loop call the generated
CheckComplexPattern function.  Though it is logically const,
I don't have the fortitude to clean up all the targets now,
and it not being const doesn't block anything.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96426 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/DAGISelHeader.h
include/llvm/CodeGen/SelectionDAGISel.h