summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/FastISel.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-05-05 23:58:35 +0000
committerDan Gohman <gohman@apple.com>2010-05-05 23:58:35 +0000
commita7a0ed79012ea36f838239cf1d04959711aec2a9 (patch)
tree6e80e827afaa6b4c48c55989530069d16a072b7b /include/llvm/CodeGen/FastISel.h
parent851f87c6c98af936ba68c5ca8962df3832f8a5fc (diff)
downloadllvm-a7a0ed79012ea36f838239cf1d04959711aec2a9.tar.gz
llvm-a7a0ed79012ea36f838239cf1d04959711aec2a9.tar.bz2
llvm-a7a0ed79012ea36f838239cf1d04959711aec2a9.tar.xz
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
Diffstat (limited to 'include/llvm/CodeGen/FastISel.h')
-rw-r--r--include/llvm/CodeGen/FastISel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/CodeGen/FastISel.h b/include/llvm/CodeGen/FastISel.h
index 5a2b0e7c76..2341f2302a 100644
--- a/include/llvm/CodeGen/FastISel.h
+++ b/include/llvm/CodeGen/FastISel.h
@@ -60,6 +60,7 @@ protected:
const TargetData &TD;
const TargetInstrInfo &TII;
const TargetLowering &TLI;
+ bool IsBottomUp;
public:
/// startNewBlock - Set the current block to which generated machine