projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f60b91c
)
disable all of the pattern isel stuff
author
Chris Lattner
<sabre@nondot.org>
Sun, 15 Aug 2004 23:02:34 +0000
(23:02 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/lib/Target/Target.td
b/lib/Target/Target.td
index e0969a74914d9f2c0a01e2b598467ad937739adf..14f975d5049af31fc55229179388cf132542da03 100644
(file)
--- a/
lib/Target/Target.td
+++ b/
lib/Target/Target.td
@@
-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;
}
+*/