* flow.c (allocate_reg_life_data): Reset REG_FREQ.

From-SVN: r60344
This commit is contained in:
Zdenek Dvorak 2002-12-20 02:18:43 +01:00 committed by Zdenek Dvorak
parent 191ff85279
commit e505be8547
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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;
}
}