summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2008-04-17 05:20:39 +0000
committerBill Wendling <isanbard@gmail.com>2008-04-17 05:20:39 +0000
commit288ef83b8af8b953f11e0d071cb640061fb6c731 (patch)
tree7a3d639e9cff25345bc87a8bc599ee2c1fb26930 /llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp
parent9752a8f3b4ee2b0f4f030f0656d4d552fe0d1f2f (diff)
downloadbcm5719-llvm-288ef83b8af8b953f11e0d071cb640061fb6c731.tar.gz
bcm5719-llvm-288ef83b8af8b953f11e0d071cb640061fb6c731.zip
Use correct name for method in comment.
llvm-svn: 49841
Diffstat (limited to 'llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp')
-rw-r--r--llvm/lib/CodeGen/SimpleRegisterCoalescing.cpp8
1 files changed, 4 insertions, 4 deletions
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) {
OpenPOWER on IntegriCloud