From: Dan Gohman Date: Wed, 12 Nov 2008 16:53:40 +0000 (+0000) Subject: Correct a function name in a comment. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4974b6aae1ec6f385ee212942d9a01ba1f4997e3;p=oota-llvm.git Correct a function name in a comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59143 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/LiveInterval.h b/include/llvm/CodeGen/LiveInterval.h index f050d472d67..024ca92af9f 100644 --- a/include/llvm/CodeGen/LiveInterval.h +++ b/include/llvm/CodeGen/LiveInterval.h @@ -198,7 +198,7 @@ namespace llvm { return VNI; } - /// addKillForValNum - Add a kill instruction index to the specified value + /// addKill - Add a kill instruction index to the specified value /// number. static void addKill(VNInfo *VNI, unsigned KillIdx) { SmallVector &kills = VNI->kills;