Commit 3637660 authored and committed Dec 19, 2022
1 parent 5e678f7 commit 3637660 Copy full SHA for 3637660
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -478,7 +478,7 @@ class PhaseChaitin : public PhaseRegAlloc {
478
478
479
479
Block **_blks; // Array of blocks sorted by frequency for coalescing
480
480
481
- float _high_frequency_lrg; // Frequency at which LRG will be spilled for debug info
481
+ double _high_frequency_lrg; // Frequency at which LRG will be spilled for debug info
482
482
483
483
#ifndef PRODUCT
484
484
bool _trace_spilling;
@@ -495,7 +495,7 @@ class PhaseChaitin : public PhaseRegAlloc {
495
495
// Do all the real work of allocate
496
496
void Register_Allocate ();
497
497
498
- float high_frequency_lrg () const { return _high_frequency_lrg; }
498
+ double high_frequency_lrg () const { return _high_frequency_lrg; }
499
499
500
500
// Used when scheduling info generated, not in general register allocation
501
501
bool _scheduling_info_generated;
You can’t perform that action at this time.
0 commit comments