[be] Convert insn() function to take struct storage arguments,
commite56db31bb6dec8c5e112d1d7ff2563ddae2fd7fd
authorJeff Garzik <jgarzik@redhat.com>
Mon, 8 Sep 2003 04:29:24 +0000 (7 21:29 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 8 Apr 2005 04:01:05 +0000 (7 21:01 -0700)
treea93d5f31ded63c5ca3ab75b62d5b39b66d5b81b2
parent890dcd116c0a953ef8fd232f7bf0064d13ada448
[be] Convert insn() function to take struct storage arguments,
instead of char* arguments.  This uses the previously-added
'atom' instructure.  It also necessitates adding new struct storage
types:  STOR_REG (machine register), STOR_VALUE (constant),
and STOR_LABEL (label / jump target).

Updated all insn() callers to provide struct storage arguments.
compile-i386.c