[llvm] r309521 - NFC: spell correction.
Lama Saba via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 30 13:12:17 PDT 2017
Author: lsaba
Date: Sun Jul 30 13:12:17 2017
New Revision: 309521
URL: http://llvm.org/viewvc/llvm-project?rev=309521&view=rev
Log:
NFC: spell correction.
On behalf of jbhateja
Differential Revision: https://reviews.llvm.org/D35885
Modified:
llvm/trunk/utils/TableGen/DAGISelMatcherGen.cpp
Modified: llvm/trunk/utils/TableGen/DAGISelMatcherGen.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/TableGen/DAGISelMatcherGen.cpp?rev=309521&r1=309520&r2=309521&view=diff
==============================================================================
--- llvm/trunk/utils/TableGen/DAGISelMatcherGen.cpp (original)
+++ llvm/trunk/utils/TableGen/DAGISelMatcherGen.cpp Sun Jul 30 13:12:17 2017
@@ -305,7 +305,7 @@ void MatcherGen::EmitOperatorMatchCode(c
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
More information about the llvm-commits
mailing list