mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-05 10:27:02 +00:00
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:
parent
f60b91cbe3
commit
9222cdeca0
@ -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;
|
||||
}
|
||||
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user