enhance the new isel to use SelectNodeTo for most patterns,
authorChris Lattner <sabre@nondot.org>
Sun, 28 Feb 2010 20:49:53 +0000 (20:49 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 28 Feb 2010 20:49:53 +0000 (20:49 +0000)
commitc78f2a39945339752a163949a2d7c27f28635d99
tree52a5514af685d5c021e7859f031602936acf290f
parentb65c5f2ec347db8342cb7e42d072b0088b74fa73
enhance the new isel to use SelectNodeTo for most patterns,
even some the old isel didn't.  There are several parts of
this that make me feel dirty, but it's no worse than the
old isel.  I'll clean up the parts I can do without ripping
out the old one next.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97415 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
utils/TableGen/DAGISelMatcherOpt.cpp