fix a broken comment

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25411 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2006-01-17 21:31:18 +00:00
parent 19ef4efa70
commit 09fb7d4dad

View File

@ -399,7 +399,7 @@ struct PatternToMatch {
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.
///
class DAGISelEmitter : public TableGenBackend {