1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00

fix a broken comment

llvm-svn: 25411
This commit is contained in:
Chris Lattner 2006-01-17 21:31:18 +00:00
parent 52d9832e70
commit 6efb726290

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 {