Commit 4071f896 by Vladimir Makarov Committed by Vladimir Makarov

haifa-sched.c (schedule_insns): Fix typo in freeing forward_dependency_cache.

2000-10-06  Vladimir Makarov  <vmakarov@touchme.toronto.redhat.com>

	* haifa-sched.c (schedule_insns): Fix typo in freeing
	forward_dependency_cache.

From-SVN: r36762
parent eb69f95c
2000-10-06 Vladimir Makarov <vmakarov@touchme.toronto.redhat.com>
* haifa-sched.c (schedule_insns): Fix typo in freeing
forward_dependency_cache.
2000-10-06 Alexandre Oliva <aoliva@redhat.com>
* config/sh/sh.md (calli_pcrel, call_valuei_pcrel): Add
......
......@@ -7155,7 +7155,7 @@ schedule_insns (dump_file)
free (output_dependency_cache);
output_dependency_cache = NULL;
#ifdef ENABLE_CHECKING
free (output_dependency_cache);
free (forward_dependency_cache);
forward_dependency_cache = NULL;
#endif
}
......
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