fix a broken comment
authorChris Lattner <sabre@nondot.org>
Tue, 17 Jan 2006 21:31:18 +0000 (21:31 +0000)
committerChris 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

index 558b4cd3f89aec8ff462975398e8a055b145532d..7685b317f1e2e5677c81762ca9aec60157de9ed7 100644 (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 {