[llvm-commits] [llvm] r59143 - /llvm/trunk/include/llvm/CodeGen/LiveInterval.h
Dan Gohman
gohman at apple.com
Wed Nov 12 08:53:46 PST 2008
Author: djg
Date: Wed Nov 12 10:53:40 2008
New Revision: 59143
URL: http://llvm.org/viewvc/llvm-project?rev=59143&view=rev
Log:
Correct a function name in a comment.
Modified:
llvm/trunk/include/llvm/CodeGen/LiveInterval.h
Modified: llvm/trunk/include/llvm/CodeGen/LiveInterval.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/CodeGen/LiveInterval.h?rev=59143&r1=59142&r2=59143&view=diff
==============================================================================
--- llvm/trunk/include/llvm/CodeGen/LiveInterval.h (original)
+++ llvm/trunk/include/llvm/CodeGen/LiveInterval.h Wed Nov 12 10:53:40 2008
@@ -198,7 +198,7 @@
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;
More information about the llvm-commits
mailing list