1
0
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:
Chris Lattner 2004-08-15 23:02:34 +00:00
parent 3383506bcc
commit 60dc932fe9

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