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:
19ef4ef
)
fix a broken comment
author
Chris Lattner
<sabre@nondot.org>
Tue, 17 Jan 2006 21:31:18 +0000
(21:31 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Tue, 17 Jan 2006 21:31:18 +0000
(21:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25411
91177308
-0d34-0410-b5e6-
96231b3b80d8
utils/TableGen/DAGISelEmitter.h
patch
|
blob
|
history
diff --git
a/utils/TableGen/DAGISelEmitter.h
b/utils/TableGen/DAGISelEmitter.h
index 558b4cd3f89aec8ff462975398e8a055b145532d..7685b317f1e2e5677c81762ca9aec60157de9ed7 100644
(file)
--- a/
utils/TableGen/DAGISelEmitter.h
+++ b/
utils/TableGen/DAGISelEmitter.h
@@
-399,7
+399,7
@@
struct PatternToMatch {
TreePatternNode *getDstPattern() const { return DstPattern; }
};
-///
InstrSelector
Emitter - The top-level class which coordinates construction
+///
DAGISel
Emitter - The top-level class which coordinates construction
/// and emission of the instruction selector.
///
class DAGISelEmitter : public TableGenBackend {