summaryrefslogtreecommitdiff
path: root/utils/TableGen/FastISelEmitter.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-08-26 21:21:20 +0000
committerDan Gohman <gohman@apple.com>2008-08-26 21:21:20 +0000
commit72d63af3f76250f198910f0f69cb4ccffd4c14a6 (patch)
treecf3bf9267d9cbc62c6cae88ff2553dad5bffcbd0 /utils/TableGen/FastISelEmitter.h
parent80bc6e2243b7ae99da42bf2e61df4ebccf8d8821 (diff)
downloadllvm-72d63af3f76250f198910f0f69cb4ccffd4c14a6.tar.gz
llvm-72d63af3f76250f198910f0f69cb4ccffd4c14a6.tar.bz2
llvm-72d63af3f76250f198910f0f69cb4ccffd4c14a6.tar.xz
Refactor a bunch of FastISelEmitter code into a helper class, and
put each major step in a separate function. This makes the high level sequence of events easier to follow. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55385 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/FastISelEmitter.h')
-rw-r--r--utils/TableGen/FastISelEmitter.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/TableGen/FastISelEmitter.h b/utils/TableGen/FastISelEmitter.h
index da8aa16dbf..4743ca9bfa 100644
--- a/utils/TableGen/FastISelEmitter.h
+++ b/utils/TableGen/FastISelEmitter.h
@@ -27,8 +27,6 @@ class CodeGenTarget;
class FastISelEmitter : public TableGenBackend {
RecordKeeper &Records;
CodeGenDAGPatterns CGP;
- const CodeGenTarget &Target;
- const std::string InstNS;
public:
explicit FastISelEmitter(RecordKeeper &R);