Initial implementation of the SelectionDAGISel class. This contains most
authorChris Lattner <sabre@nondot.org>
Fri, 7 Jan 2005 07:47:53 +0000 (07:47 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 7 Jan 2005 07:47:53 +0000 (07:47 +0000)
commit1c08c714bb3d07c3b39f06bfcbb4559fefca73f9
tree64b6e4ea40c83f0bd617b2ea3eeb95cba409669c
parentb75c12de6792ca269e8099f317332c7d3f1528c2
Initial implementation of the SelectionDAGISel class.  This contains most
of the code for lowering from LLVM code to a SelectionDAG.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19331 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp [new file with mode: 0644]