fix a broken comment

llvm-svn: 25411
This commit is contained in:
Chris Lattner 2006-01-17 21:31:18 +00:00
parent cc9dfecf81
commit dce31c8d70
1 changed files with 1 additions and 1 deletions

View File

@ -399,7 +399,7 @@ struct PatternToMatch {
TreePatternNode *getDstPattern() const { return DstPattern; } TreePatternNode *getDstPattern() const { return DstPattern; }
}; };
/// InstrSelectorEmitter - The top-level class which coordinates construction /// DAGISelEmitter - The top-level class which coordinates construction
/// and emission of the instruction selector. /// and emission of the instruction selector.
/// ///
class DAGISelEmitter : public TableGenBackend { class DAGISelEmitter : public TableGenBackend {