summaryrefslogtreecommitdiffstats
path: root/gcc/haifa-sched.c
diff options
context:
space:
mode:
authorvmakarov <vmakarov@138bc75d-0d04-0410-961f-82ee72b054a4>2000-10-06 21:01:06 +0000
committervmakarov <vmakarov@138bc75d-0d04-0410-961f-82ee72b054a4>2000-10-06 21:01:06 +0000
commit3923da51f4f40bcff08da9c0633135c1dc094295 (patch)
treee841c2cf7db953f82e2ad812c0085d2775a6990e /gcc/haifa-sched.c
parent44974c36e60965345aaa77a6b1eca10ed1d575b2 (diff)
downloadppe42-gcc-3923da51f4f40bcff08da9c0633135c1dc094295.tar.gz
ppe42-gcc-3923da51f4f40bcff08da9c0633135c1dc094295.zip
2000-10-06 Vladimir Makarov <vmakarov@touchme.toronto.redhat.com>
* haifa-sched.c (schedule_insns): Fix typo in freeing forward_dependency_cache. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36762 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/haifa-sched.c')
-rw-r--r--gcc/haifa-sched.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/haifa-sched.c b/gcc/haifa-sched.c
index 869cdc4a098..bf9db0dd788 100644
--- a/gcc/haifa-sched.c
+++ b/gcc/haifa-sched.c
@@ -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
}
OpenPOWER on IntegriCloud