Correct a function name in a comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59143 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman 2008-11-12 16:53:40 +00:00
parent 02fa4f4e01
commit 4974b6aae1

View File

@ -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<unsigned, 4> &kills = VNI->kills;