Rework passing parent pointers into complexpatterns, I forgot
authorChris Lattner <sabre@nondot.org>
Tue, 21 Sep 2010 22:00:25 +0000 (22:00 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 21 Sep 2010 22:00:25 +0000 (22:00 +0000)
commitd847bc20b89679279e75412ddc51dc1d299da942
tree7023e7f39def25d2d9ab5228be5388c6bfe859d6
parent71dc4d96ed39fadcdccf8c578d49a1afdae0c6ba
Rework passing parent pointers into complexpatterns, I forgot
that complex patterns are matched after the entire pattern has
a structural match, therefore the NodeStack isn't in a useful
state when the actual call to the matcher happens.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114489 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/SelectionDAGISel.h
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
utils/TableGen/DAGISelMatcherEmitter.cpp