mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-06 09:44:39 +00:00
fix typo in comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190165 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a86062c4b1
commit
256cb9eaaf
@ -242,7 +242,7 @@ namespace llvm {
|
||||
/// unused values.
|
||||
void RenumberValues();
|
||||
|
||||
/// MergeValueNumberInto - This method is called when two value nubmers
|
||||
/// MergeValueNumberInto - This method is called when two value numbers
|
||||
/// are found to be equivalent. This eliminates V1, replacing all
|
||||
/// LiveRanges with the V1 value number with the V2 value number. This can
|
||||
/// cause merging of V1/V2 values numbers and compaction of the value space.
|
||||
|
Loading…
x
Reference in New Issue
Block a user