summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorCong Hou <congh@google.com>2015-12-05 01:00:22 +0000
committerCong Hou <congh@google.com>2015-12-05 01:00:22 +0000
commita465312e9c4b32d24dd7bc1303dc563fc4f81aec (patch)
tree3b7e38dea495ca0de76e1f4b087d033e3353de1c /llvm/lib
parent4da4abd87fecefe0d4b726ed0938a4a816dcec17 (diff)
downloadbcm5719-llvm-a465312e9c4b32d24dd7bc1303dc563fc4f81aec.tar.gz
bcm5719-llvm-a465312e9c4b32d24dd7bc1303dc563fc4f81aec.zip
Fix a typo in LoopVectorize.cpp. NFC.
llvm-svn: 254813
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Transforms/Vectorize/LoopVectorize.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp b/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
index c5b8b5b073d..917f2d55f6c 100644
--- a/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
+++ b/llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
@@ -5188,7 +5188,7 @@ LoopVectorizationCostModel::calculateRegisterUsage(
continue;
}
- // Count the number of live intevals.
+ // Count the number of live intervals.
unsigned RegUsage = 0;
for (auto Inst : OpenIntervals)
RegUsage += GetRegUsage(Inst->getType(), VFs[j]);
OpenPOWER on IntegriCloud