aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-11-12 16:53:40 +0000
committerDan Gohman <gohman@apple.com>2008-11-12 16:53:40 +0000
commit4974b6aae1ec6f385ee212942d9a01ba1f4997e3 (patch)
tree1bafb2124650161428fabf0e4795660ba2fef54b /include/llvm
parent02fa4f4e01ae24ac1507b3c86902a14ee2815319 (diff)
downloadexternal_llvm-4974b6aae1ec6f385ee212942d9a01ba1f4997e3.tar.gz
external_llvm-4974b6aae1ec6f385ee212942d9a01ba1f4997e3.tar.bz2
external_llvm-4974b6aae1ec6f385ee212942d9a01ba1f4997e3.zip
Correct a function name in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59143 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm')
-rw-r--r--include/llvm/CodeGen/LiveInterval.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/LiveInterval.h b/include/llvm/CodeGen/LiveInterval.h
index f050d472d6..024ca92af9 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<unsigned, 4> &kills = VNI->kills;