diff options
| author | Craig Topper <craig.topper@intel.com> | 2019-08-27 06:38:51 +0000 |
|---|---|---|
| committer | Craig Topper <craig.topper@intel.com> | 2019-08-27 06:38:51 +0000 |
| commit | 4a3f62f9fd702d3372e64adf4a58a9a79e9cff10 (patch) | |
| tree | 30e4693fa880cd4d79fa61ad2757e45f01ec8148 /llvm/lib | |
| parent | 8dad6157fbe7d3b8edb1100506fbf50716e7c4c4 (diff) | |
| download | bcm5719-llvm-4a3f62f9fd702d3372e64adf4a58a9a79e9cff10.tar.gz bcm5719-llvm-4a3f62f9fd702d3372e64adf4a58a9a79e9cff10.zip | |
[SelectionDAGBuilder] Fix typo in comment. NFC
llvm-svn: 370017
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp index bacc8ff82ee..fde3d97ac8e 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp @@ -3873,7 +3873,7 @@ void SelectionDAGBuilder::visitGetElementPtr(const User &I) { DAG.getConstant(Offs, dl, EVT::getVectorVT(Context, IdxTy, VectorWidth)) : DAG.getConstant(Offs, dl, IdxTy); - // In an inbouds GEP with an offset that is nonnegative even when + // In an inbounds GEP with an offset that is nonnegative even when // interpreted as signed, assume there is no unsigned overflow. SDNodeFlags Flags; if (Offs.isNonNegative() && cast<GEPOperator>(I).isInBounds()) |

