From 623f4556de4ba117aef31e67326fcbf9152dbff6 Mon Sep 17 00:00:00 2001 From: Andrew Pinski Date: Thu, 13 May 2004 23:06:03 +0000 Subject: tree-ssa-live (calculate_live_on_entry): Free saw_def at the end of the function. 2004-05-13 Andrew Pinski * tree-ssa-live (calculate_live_on_entry): Free saw_def at the end of the function. From-SVN: r81814 --- gcc/tree-ssa-live.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gcc/tree-ssa-live.c') diff --git a/gcc/tree-ssa-live.c b/gcc/tree-ssa-live.c index 931ec78..aedcbc1 100644 --- a/gcc/tree-ssa-live.c +++ b/gcc/tree-ssa-live.c @@ -738,6 +738,8 @@ calculate_live_on_entry (var_map map) abort (); #endif + BITMAP_XFREE (saw_def); + return live; } -- cgit v1.1