mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
disable all of the pattern isel stuff
llvm-svn: 15788
This commit is contained in:
parent
3383506bcc
commit
60dc932fe9
@ -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