diff options
| author | Craig Topper <craig.topper@gmail.com> | 2014-01-25 17:34:23 +0000 |
|---|---|---|
| committer | Craig Topper <craig.topper@gmail.com> | 2014-01-25 17:34:23 +0000 |
| commit | 336e1f117932dd1845a30e242803ee1b0e77b106 (patch) | |
| tree | 4f87d2f7a3a28a31aca2da70e6bc3672b6f522b1 /llvm | |
| parent | 9b2617a5a8d72a58a0de6d464d01abcc18d54fdc (diff) | |
| download | bcm5719-llvm-336e1f117932dd1845a30e242803ee1b0e77b106.tar.gz bcm5719-llvm-336e1f117932dd1845a30e242803ee1b0e77b106.zip | |
Fix typo in commment tyep->type.
llvm-svn: 200089
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/utils/TableGen/DAGISelMatcherGen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/DAGISelMatcherGen.cpp b/llvm/utils/TableGen/DAGISelMatcherGen.cpp index a64b180f777..8ae7444ada1 100644 --- a/llvm/utils/TableGen/DAGISelMatcherGen.cpp +++ b/llvm/utils/TableGen/DAGISelMatcherGen.cpp @@ -419,7 +419,7 @@ void MatcherGen::EmitOperatorMatchCode(const TreePatternNode *N, 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; |

