Commit 0fc0c4c9 by Jan Hubicka Committed by Jan Hubicka

cselib.c (cselib_finish): Fix miss-application of my previous patch.


	* cselib.c (cselib_finish): Fix miss-application of my previous
	patch.

From-SVN: r78869
parent 67dfe110
2004-03-04 Jan Hubicka <jh@suse.cz>
* cselib.c (cselib_finish): Fix miss-application of my previous
patch.
2004-03-03 Kazu Hirata <kazu@cs.umass.edu>
* hooks.c (hook_tree_tree_identity): New.
......
......@@ -1444,12 +1444,11 @@ cselib_finish (void)
clear_table ();
htab_delete (hash_table);
reg_values = 0;
free (used_regs);
used_regs = 0;
hash_table = 0;
n_useless_values = 0;
next_unknown_value = 0;
free (used_regs);
used_regs = 0;
}
#include "gt-cselib.h"
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