Add an "IsBottomUp" member function to FastISel, which will be used to
authorDan Gohman <gohman@apple.com>
Wed, 5 May 2010 23:58:35 +0000 (23:58 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 5 May 2010 23:58:35 +0000 (23:58 +0000)
commita7a0ed79012ea36f838239cf1d04959711aec2a9
tree6e80e827afaa6b4c48c55989530069d16a072b7b
parent851f87c6c98af936ba68c5ca8962df3832f8a5fc
Add an "IsBottomUp" member function to FastISel, which will be used to
support a new bottom-up mode.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103138 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/FastISel.h
lib/CodeGen/SelectionDAG/FastISel.cpp