summaryrefslogtreecommitdiff
path: root/gcc/cselib.c
diff options
context:
space:
mode:
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2004-03-04 00:04:38 +0000
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>2004-03-04 00:04:38 +0000
commitce7efeedeba09a408025bafe06bd047c39847131 (patch)
treec974618db49ba4a821351b7798d1fb2840d22669 /gcc/cselib.c
parent0fb2666c490bdf52cb07a655acf271f9093cd410 (diff)
downloadgcc-ce7efeedeba09a408025bafe06bd047c39847131.tar.gz
* cselib.c (cselib_finish): Fix miss-application of my previous
patch. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78869 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cselib.c')
-rw-r--r--gcc/cselib.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/cselib.c b/gcc/cselib.c
index 7cc37f1915a..8e9b3edefb0 100644
--- a/gcc/cselib.c
+++ b/gcc/cselib.c
@@ -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"