[be] Store "free() me?" flag in struct storage, where it belongs,
commitc17404ab0019bf20cbdc0ecbc298040a2af5e52a
authorJeff Garzik <jgarzik@redhat.com>
Fri, 12 Sep 2003 08:59:43 +0000 (12 01:59 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:01:15 +0000 (7 21:01 -0700)
tree5fde4fae45f928a5bfdf43759eef7f8c2999007e
parentb9233b60767bdab82759e4786562ad3c3df69be0
[be] Store "free() me?" flag in struct storage, where it belongs,
rather than as multiple flags in struct atom.  This allows us to
eliminate the final arg passed to {insn, emit_move, stor_op_name}.

Also, fix two memory leaks noticed during the cleanup.
compile-i386.c