disable all of the pattern isel stuff
authorChris Lattner <sabre@nondot.org>
Sun, 15 Aug 2004 23:02:34 +0000 (23:02 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 15 Aug 2004 23:02:34 +0000 (23:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15788 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Target.td

index e0969a74914d9f2c0a01e2b598467ad937739adf..14f975d5049af31fc55229179388cf132542da03 100644 (file)
@@ -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;
 }
 
+*/