mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-05 10:17:37 +00:00
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:
parent
02fa4f4e01
commit
4974b6aae1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user