mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-15 11:40:57 +08:00
* flow.c (allocate_reg_life_data): Reset REG_FREQ.
From-SVN: r60344
This commit is contained in:
parent
191ff85279
commit
e505be8547
@ -1,3 +1,7 @@
|
||||
2002-12-20 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
|
||||
|
||||
* flow.c (allocate_reg_life_data): Reset REG_FREQ.
|
||||
|
||||
2002-12-19 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* config/h8300/h8300.md (pushqi_h8300): Don't push the stack
|
||||
|
@ -1529,6 +1529,7 @@ allocate_reg_life_data ()
|
||||
REG_N_DEATHS (i) = 0;
|
||||
REG_N_CALLS_CROSSED (i) = 0;
|
||||
REG_LIVE_LENGTH (i) = 0;
|
||||
REG_FREQ (i) = 0;
|
||||
REG_BASIC_BLOCK (i) = REG_BLOCK_UNKNOWN;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user