Fix a typo in LoopVectorize.cpp. NFC.
authorCong Hou <congh@google.com>
Wed, 2 Dec 2015 21:33:47 +0000 (21:33 +0000)
committerCong Hou <congh@google.com>
Wed, 2 Dec 2015 21:33:47 +0000 (21:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254549 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Vectorize/LoopVectorize.cpp

index c956a55a1009a497016324d62eebceef209047ed..c5b8b5b073d6779f110d4ace19c05f14620ebe33 100644 (file)
@@ -5188,7 +5188,7 @@ LoopVectorizationCostModel::calculateRegisterUsage(
         continue;
       }
 
-      // Count the number of live interals.
+      // Count the number of live intevals.
       unsigned RegUsage = 0;
       for (auto Inst : OpenIntervals)
         RegUsage += GetRegUsage(Inst->getType(), VFs[j]);