rs6000.c (rs6000_density_test): Free loop body.
2012-08-23 Bill Schmidt <wschmidt@linux.vnet.ibm.com> * config/rs6000/rs6000.c (rs6000_density_test): Free loop body. From-SVN: r190622
This commit is contained in:
parent
721b405fb2
commit
3118cdeb39
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-08-23 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
|
||||
|
||||
* config/rs6000/rs6000.c (rs6000_density_test): Free loop body.
|
||||
|
||||
2012-08-23 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
PR driver/54335
|
||||
|
|
|
@ -3510,6 +3510,7 @@ rs6000_density_test (rs6000_cost_data *data)
|
|||
}
|
||||
}
|
||||
|
||||
free (bbs);
|
||||
density_pct = (vec_cost * 100) / (vec_cost + not_vec_cost);
|
||||
|
||||
if (density_pct > DENSITY_PCT_THRESHOLD
|
||||
|
|
Loading…
Add table
Reference in a new issue