From 288ef83b8af8b953f11e0d071cb640061fb6c731 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Thu, 17 Apr 2008 05:20:39 +0000 Subject: Use correct name for method in comment. llvm-svn: 49841 --- llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp') diff --git a/llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp b/llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp index a1f06a22ed0..3c69b25538f 100644 --- a/llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp +++ b/llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp @@ -613,10 +613,10 @@ static void PropagateDeadness(LiveInterval &li, MachineInstr *CopyMI, } } -/// ShortenDeadCopyLiveRange - Shorten a live range as it's artificially -/// extended by a dead copy. Mark the last use (if any) of the val# as kill -/// as ends the live range there. If there isn't another use, then this -/// live range is dead. Return true if live interval is removed. +/// ShortenDeadCopySrcLiveRange - Shorten a live range as it's artificially +/// extended by a dead copy. Mark the last use (if any) of the val# as kill as +/// ends the live range there. If there isn't another use, then this live range +/// is dead. Return true if live interval is removed. bool SimpleRegisterCoalescing::ShortenDeadCopySrcLiveRange(LiveInterval &li, MachineInstr *CopyMI) { -- cgit v1.2.3