TableGen: Fix typo
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 14 Feb 2020 02:57:20 +0000 (21:57 -0500)
committerMatt Arsenault <arsenm2@gmail.com>
Fri, 13 Mar 2020 14:45:28 +0000 (10:45 -0400)
llvm/utils/TableGen/CodeGenDAGPatterns.cpp

index f9fc046..db61139 100644 (file)
@@ -277,7 +277,7 @@ bool TypeSetByHwMode::intersect(SetType &Out, const SetType &In) {
 
   // Compute the intersection of scalars separately to account for only
   // one set containing iPTR.
-  // The itersection of iPTR with a set of integer scalar types that does not
+  // The intersection of iPTR with a set of integer scalar types that does not
   // include iPTR will result in the most specific scalar type:
   // - iPTR is more specific than any set with two elements or more
   // - iPTR is less specific than any single integer scalar type.