OSDN Git Service

implement the last known missing feature: updating uses of results
authorChris Lattner <sabre@nondot.org>
Sun, 21 Feb 2010 06:03:07 +0000 (06:03 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 21 Feb 2010 06:03:07 +0000 (06:03 +0000)
commit77f2e2724dc488bbf032e87f8f25f333730a0fb5
treea7448610c2bdd7da61f0f95a5d6d0a94b3aa430d
parentf1c6428164f6f5e07cbc88c1c1440efbf29c0d5f
implement the last known missing feature: updating uses of results
of the matched pattern to use the newly created node results.  Onto
the "making it actually work" phase!

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