From 4974b6aae1ec6f385ee212942d9a01ba1f4997e3 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 12 Nov 2008 16:53:40 +0000 Subject: [PATCH] Correct a function name in a comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59143 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/LiveInterval.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.34.1