Commit e505be85 by Zdenek Dvorak Committed by Zdenek Dvorak

* flow.c (allocate_reg_life_data): Reset REG_FREQ.

From-SVN: r60344
parent 191ff852
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> 2002-12-19 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.md (pushqi_h8300): Don't push the stack * config/h8300/h8300.md (pushqi_h8300): Don't push the stack
......
...@@ -1529,6 +1529,7 @@ allocate_reg_life_data () ...@@ -1529,6 +1529,7 @@ allocate_reg_life_data ()
REG_N_DEATHS (i) = 0; REG_N_DEATHS (i) = 0;
REG_N_CALLS_CROSSED (i) = 0; REG_N_CALLS_CROSSED (i) = 0;
REG_LIVE_LENGTH (i) = 0; REG_LIVE_LENGTH (i) = 0;
REG_FREQ (i) = 0;
REG_BASIC_BLOCK (i) = REG_BLOCK_UNKNOWN; REG_BASIC_BLOCK (i) = REG_BLOCK_UNKNOWN;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment