summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/DAGISelEmitter.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-02-21 06:03:07 +0000
committerChris Lattner <sabre@nondot.org>2010-02-21 06:03:07 +0000
commit79eaeb4cfe34cb625c8af3186efbe0e544847e3e (patch)
tree4d7be00fb7f0e92fe04e560fe481ced94be34e37 /llvm/utils/TableGen/DAGISelEmitter.cpp
parent2fb89539f78cbb567253dbbb2fb1acb61583867c (diff)
downloadbcm5719-llvm-79eaeb4cfe34cb625c8af3186efbe0e544847e3e.tar.gz
bcm5719-llvm-79eaeb4cfe34cb625c8af3186efbe0e544847e3e.zip
implement the last known missing feature: updating uses of results
of the matched pattern to use the newly created node results. Onto the "making it actually work" phase! llvm-svn: 96724
Diffstat (limited to 'llvm/utils/TableGen/DAGISelEmitter.cpp')
-rw-r--r--llvm/utils/TableGen/DAGISelEmitter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/DAGISelEmitter.cpp b/llvm/utils/TableGen/DAGISelEmitter.cpp
index 55a9d36588c..d0da11479c3 100644
--- a/llvm/utils/TableGen/DAGISelEmitter.cpp
+++ b/llvm/utils/TableGen/DAGISelEmitter.cpp
@@ -1917,7 +1917,7 @@ void DAGISelEmitter::run(raw_ostream &OS) {
// definitions. Emit the resultant instruction selector.
EmitInstructionSelector(OS);
-#if 0
+#if 1
MatcherNode *Matcher = 0;
// Walk the patterns backwards, building a matcher for each and adding it to
// the matcher for the whole target.
OpenPOWER on IntegriCloud