disable all of the pattern isel stuff

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15788 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2004-08-15 23:02:34 +00:00
parent f60b91cbe3
commit 9222cdeca0

View 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;
}
*/