Correct a function name in a comment.
authorDan Gohman <gohman@apple.com>
Wed, 12 Nov 2008 16:53:40 +0000 (16:53 +0000)
committerDan Gohman <gohman@apple.com>
Wed, 12 Nov 2008 16:53:40 +0000 (16:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59143 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/CodeGen/LiveInterval.h

index f050d472d672c476a21bde93b0cc076f4e9b3aec..024ca92af9f7ca30bd21da9ba72f49ab16d1f254 100644 (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;