Sink InstructionSelect() out of each target into SDISel, and rename it
authorChris Lattner <sabre@nondot.org>
Tue, 2 Mar 2010 06:34:30 +0000 (06:34 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 2 Mar 2010 06:34:30 +0000 (06:34 +0000)
DoInstructionSelection.  Inline "SelectRoot" into it from DAGISelHeader.
Sink some other stuff out of DAGISelHeader into SDISel.

Eliminate the various 'Indent' stuff from various targets, which dates
to when isel was recursive.

 17 files changed, 114 insertions(+), 430 deletions(-)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97555 91177308-0d34-0410-b5e6-96231b3b80d8


No differences found