Fix a typo in LoopVectorize.cpp. NFC.
authorCong Hou <congh@google.com>
Sat, 5 Dec 2015 01:00:22 +0000 (01:00 +0000)
committerCong Hou <congh@google.com>
Sat, 5 Dec 2015 01:00:22 +0000 (01:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254813 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Vectorize/LoopVectorize.cpp

index c5b8b5b073d6779f110d4ace19c05f14620ebe33..917f2d55f6cb18e4e553ae26f1390d262424c657 100644 (file)
@@ -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]);