diff options
Diffstat (limited to 'compiler/optimizing/register_allocation_resolver.h')
-rw-r--r-- | compiler/optimizing/register_allocation_resolver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/optimizing/register_allocation_resolver.h b/compiler/optimizing/register_allocation_resolver.h index 16a8a87c57..6ceb9bc955 100644 --- a/compiler/optimizing/register_allocation_resolver.h +++ b/compiler/optimizing/register_allocation_resolver.h @@ -51,7 +51,7 @@ class RegisterAllocationResolver : ValueObject { size_t float_spill_slots, size_t double_spill_slots, size_t catch_phi_spill_slots, - const ArenaVector<LiveInterval*> temp_intervals); + const ArenaVector<LiveInterval*>& temp_intervals); private: // Connect adjacent siblings within blocks, and resolve inputs along the way. |