Commit 3118cdeb by Bill Schmidt Committed by William Schmidt

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
parent 721b405f
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
......
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