forked from OSchip/llvm-project
parent
7bd9186cdd
commit
9804f81fde
|
@ -242,7 +242,7 @@ namespace llvm {
|
||||||
/// unused values.
|
/// unused values.
|
||||||
void RenumberValues();
|
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
|
/// are found to be equivalent. This eliminates V1, replacing all
|
||||||
/// LiveRanges with the V1 value number with the V2 value number. This can
|
/// 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.
|
/// cause merging of V1/V2 values numbers and compaction of the value space.
|
||||||
|
|
Loading…
Reference in New Issue