[llvm] 6bbc173 - TableGen: Fix typo

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 13 07:45:36 PDT 2020


Author: Matt Arsenault
Date: 2020-03-13T10:45:28-04:00
New Revision: 6bbc1737e003367d136237d56a7ae02ad4fb1507

URL: https://github.com/llvm/llvm-project/commit/6bbc1737e003367d136237d56a7ae02ad4fb1507
DIFF: https://github.com/llvm/llvm-project/commit/6bbc1737e003367d136237d56a7ae02ad4fb1507.diff

LOG: TableGen: Fix typo

Added: 
    

Modified: 
    llvm/utils/TableGen/CodeGenDAGPatterns.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/utils/TableGen/CodeGenDAGPatterns.cpp b/llvm/utils/TableGen/CodeGenDAGPatterns.cpp
index f9fc046e4b36..db61139d4eb5 100644
--- a/llvm/utils/TableGen/CodeGenDAGPatterns.cpp
+++ b/llvm/utils/TableGen/CodeGenDAGPatterns.cpp
@@ -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.


        


More information about the llvm-commits mailing list