summaryrefslogtreecommitdiffstats
path: root/llvm/utils
diff options
context:
space:
mode:
authorLama Saba <lama.saba@intel.com>2017-07-30 20:12:17 +0000
committerLama Saba <lama.saba@intel.com>2017-07-30 20:12:17 +0000
commit880e8788b10e63460dec286c9c3dd2afddbc50d3 (patch)
tree60e0ea45ec47afa7ca73dbfedec7dbc719cfdefc /llvm/utils
parent39bbe2f5de89a40a25f55422eb91f23c6b73a00b (diff)
downloadbcm5719-llvm-880e8788b10e63460dec286c9c3dd2afddbc50d3.tar.gz
bcm5719-llvm-880e8788b10e63460dec286c9c3dd2afddbc50d3.zip
NFC: spell correction.
On behalf of jbhateja Differential Revision: https://reviews.llvm.org/D35885 llvm-svn: 309521
Diffstat (limited to 'llvm/utils')
-rw-r--r--llvm/utils/TableGen/DAGISelMatcherGen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/DAGISelMatcherGen.cpp b/llvm/utils/TableGen/DAGISelMatcherGen.cpp
index d4a56a64324..6482e275540 100644
--- a/llvm/utils/TableGen/DAGISelMatcherGen.cpp
+++ b/llvm/utils/TableGen/DAGISelMatcherGen.cpp
@@ -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
OpenPOWER on IntegriCloud