mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-23 01:24:30 +00:00
Remove unnecessary parameter to RenumberValues.
Patch by Matthias Braun! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188393 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -202,7 +202,7 @@ void LiveInterval::markValNoForDeletion(VNInfo *ValNo) {
|
||||
|
||||
/// RenumberValues - Renumber all values in order of appearance and delete the
|
||||
/// remaining unused values.
|
||||
void LiveInterval::RenumberValues(LiveIntervals &lis) {
|
||||
void LiveInterval::RenumberValues() {
|
||||
SmallPtrSet<VNInfo*, 8> Seen;
|
||||
valnos.clear();
|
||||
for (const_iterator I = begin(), E = end(); I != E; ++I) {
|
||||
|
Reference in New Issue
Block a user