summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2019-10-24 09:55:07 -0400
committerSanjay Patel <spatel@rotateright.com>2019-10-25 11:39:43 -0400
commitb82fa80e807df81a712fb55a30b91ee96e1eca07 (patch)
treec9ed38bbcf6a942646da9027396249924cf82a25 /llvm
parent1cc8e1e1d7d78fc3f2185c5ba207cd21f227fa1c (diff)
downloadbcm5719-llvm-b82fa80e807df81a712fb55a30b91ee96e1eca07.tar.gz
bcm5719-llvm-b82fa80e807df81a712fb55a30b91ee96e1eca07.zip
[SLP] adjust code comment; NFC
(check commit access)
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp b/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
index 974eff9974d..2a3802262e9 100644
--- a/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
+++ b/llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
@@ -3397,7 +3397,7 @@ int BoUpSLP::getSpillCost() const {
continue;
}
- // Debug informations don't impact spill cost.
+ // Debug information does not impact spill cost.
if ((isa<CallInst>(&*PrevInstIt) &&
!isa<DbgInfoIntrinsic>(&*PrevInstIt)) &&
&*PrevInstIt != PrevInst)
OpenPOWER on IntegriCloud