mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-03 03:05:18 +02:00
Back out clearly inconsequential/useless .reserve() calls
This commit is contained in:
@@ -386,7 +386,6 @@ void Arm64JitBackend::CompIR_ValidateAddress(IRInst inst) {
|
||||
ANDI2R(SCRATCH1, SCRATCH1, 0x3FFFFFFF, SCRATCH2);
|
||||
|
||||
std::vector<FixupBranch> validJumps;
|
||||
validJumps.reserve(3);
|
||||
|
||||
FixupBranch unaligned;
|
||||
if (alignment == 2) {
|
||||
|
||||
Reference in New Issue
Block a user