mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
[SelectionDAGBuilder] Fix typo in comment. NFC
llvm-svn: 370017
This commit is contained in:
parent
4312cea56a
commit
8ad31759cc
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user