OSDN Git Service

NFC: spell correction.
authorLama Saba <lama.saba@intel.com>
Sun, 30 Jul 2017 20:12:17 +0000 (20:12 +0000)
committerLama Saba <lama.saba@intel.com>
Sun, 30 Jul 2017 20:12:17 +0000 (20:12 +0000)
On behalf of jbhateja

Differential Revision: https://reviews.llvm.org/D35885

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@309521 91177308-0d34-0410-b5e6-96231b3b80d8

utils/TableGen/DAGISelMatcherGen.cpp

index d4a56a6..6482e27 100644 (file)
@@ -305,7 +305,7 @@ void MatcherGen::EmitOperatorMatchCode(const TreePatternNode *N,
   const SDNodeInfo &CInfo = CGP.getSDNodeInfo(N->getOperator());
 
   // If this is an 'and R, 1234' where the operation is AND/OR and the RHS is
-  // a constant without a predicate fn that has more that one bit set, handle
+  // a constant without a predicate fn that has more than one bit set, handle
   // this as a special case.  This is usually for targets that have special
   // handling of certain large constants (e.g. alpha with it's 8/16/32-bit
   // handling stuff).  Using these instructions is often far more efficient