From: Matthias Braun Date: Fri, 4 Oct 2013 16:53:02 +0000 (+0000) Subject: Fix comment X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0bb5a66b0388d2c52a887eaafe3749aaceb6a754;p=oota-llvm.git Fix comment git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191966 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/RegisterCoalescer.cpp b/lib/CodeGen/RegisterCoalescer.cpp index 791f1baf63d..4c992617d4e 100644 --- a/lib/CodeGen/RegisterCoalescer.cpp +++ b/lib/CodeGen/RegisterCoalescer.cpp @@ -434,7 +434,7 @@ bool RegisterCoalescer::adjustCopiesBackFrom(const CoalescerPair &CP, LIS->getInterval(CP.isFlipped() ? CP.getSrcReg() : CP.getDstReg()); SlotIndex CopyIdx = LIS->getInstructionIndex(CopyMI).getRegSlot(); - // BValNo is a value number in B that is defined by a copy from A. 'B3' in + // BValNo is a value number in B that is defined by a copy from A. 'B1' in // the example above. LiveInterval::iterator BLR = IntB.FindLiveRangeContaining(CopyIdx); if (BLR == IntB.end()) return false;