[llvm] r200089 - Fix typo in commment tyep->type.
Craig Topper
craig.topper at gmail.com
Sat Jan 25 09:34:23 PST 2014
Author: ctopper
Date: Sat Jan 25 11:34:23 2014
New Revision: 200089
URL: http://llvm.org/viewvc/llvm-project?rev=200089&view=rev
Log:
Fix typo in commment tyep->type.
Modified:
llvm/trunk/utils/TableGen/DAGISelMatcherGen.cpp
Modified: llvm/trunk/utils/TableGen/DAGISelMatcherGen.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/TableGen/DAGISelMatcherGen.cpp?rev=200089&r1=200088&r2=200089&view=diff
==============================================================================
--- llvm/trunk/utils/TableGen/DAGISelMatcherGen.cpp (original)
+++ llvm/trunk/utils/TableGen/DAGISelMatcherGen.cpp Sat Jan 25 11:34:23 2014
@@ -419,7 +419,7 @@ void MatcherGen::EmitOperatorMatchCode(c
void MatcherGen::EmitMatchCode(const TreePatternNode *N,
TreePatternNode *NodeNoTypes) {
// If N and NodeNoTypes don't agree on a type, then this is a case where we
- // need to do a type check. Emit the check, apply the tyep to NodeNoTypes and
+ // need to do a type check. Emit the check, apply the type to NodeNoTypes and
// reinfer any correlated types.
SmallVector<unsigned, 2> ResultsToTypeCheck;
More information about the llvm-commits
mailing list