From 72eeb94fe1d69cd05bdbbe86b2bc9fa25c963c22 Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Fri, 5 Dec 2008 17:00:16 +0000 Subject: [PATCH] Fix comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60592 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/LiveIntervalAnalysis.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CodeGen/LiveIntervalAnalysis.cpp b/lib/CodeGen/LiveIntervalAnalysis.cpp index 18ee27be206..31b300a7204 100644 --- a/lib/CodeGen/LiveIntervalAnalysis.cpp +++ b/lib/CodeGen/LiveIntervalAnalysis.cpp @@ -1800,7 +1800,7 @@ addIntervalsForSpills(const LiveInterval &li, // Spill slot weight. SSWeight = 0.0f; - // Each bit specify whether it a spill is required in the MBB. + // Each bit specify whether a spill is required in the MBB. BitVector SpillMBBs(mf_->getNumBlockIDs()); DenseMap > SpillIdxes; BitVector RestoreMBBs(mf_->getNumBlockIDs());