Commit 2b648957 by Andrew Pinski Committed by Andrew Pinski

bb-reoder.c (connect_traces): Free cold_traces at the end.

2004-05-13  Andrew Pinski  <pinskia@physics.uc.edu>

        * bb-reoder.c (connect_traces): Free cold_traces at the end.

From-SVN: r81806
parent 91581bcc
2004-05-13 Andrew Pinski <pinskia@physics.uc.edu>
* bb-reoder.c (connect_traces): Free cold_traces at the end.
2004-05-13 Jeff Law <law@redhat.com>
* tree-ssa-forwprop.c (record_single_argument_cond_exprs): Accept
......
......@@ -1159,6 +1159,7 @@ connect_traces (int n_traces, struct trace *traces)
}
FREE (connected);
FREE (cold_traces);
}
/* Return true when BB can and should be copied. CODE_MAY_GROW is true
......
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