mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
Fix typo in commment tyep->type.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200089 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7a1fc7ad50
commit
858594edb0
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user