mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
ARCSequenceOpts: Remove unused args in several functions
This commit is contained in:
@@ -108,7 +108,7 @@ bool ARCSequenceDataflowEvaluator::processBBTopDown(ARCBBState &BBState) {
|
||||
if (Op && OtherState->first == Op)
|
||||
continue;
|
||||
|
||||
OtherState->second.updateForSameLoopInst(&I, SetFactory, AA);
|
||||
OtherState->second.updateForSameLoopInst(&I, AA);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -260,7 +260,7 @@ bool ARCSequenceDataflowEvaluator::processBBBottomUp(
|
||||
if (Op && OtherState->first == Op)
|
||||
continue;
|
||||
|
||||
OtherState->second.updateForSameLoopInst(&I, SetFactory, AA);
|
||||
OtherState->second.updateForSameLoopInst(&I, AA);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user