aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-08-15 23:02:34 +0000
committerChris Lattner <sabre@nondot.org>2004-08-15 23:02:34 +0000
commit9222cdeca0b76d250e38ddb9b8615c6791e6dc60 (patch)
tree87c2c114bbd0470eb966c001cfcb8032eb0e5e03
parentf60b91cbe333963c4a077972b3491429815314ee (diff)
disable all of the pattern isel stuff
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15788 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/Target.td3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Target/Target.td b/lib/Target/Target.td
index e0969a7491..14f975d504 100644
--- a/lib/Target/Target.td
+++ b/lib/Target/Target.td
@@ -212,7 +212,7 @@ class Target {
//
// NOTE: all of this is a work-in-progress and should be ignored for now.
//
-
+/*
class Expander<dag pattern, list<dag> result> {
dag Pattern = pattern;
list<dag> Result = result;
@@ -296,3 +296,4 @@ class Nonterminal<dag pattern> {
bit BuiltIn = 0;
}
+*/