* src/vm/jit/alpha/codegen.c (codegen): Do not generate code for ASTORE
authoredwin <none@none>
Wed, 22 Nov 2006 18:03:12 +0000 (18:03 +0000)
committeredwin <none@none>
Wed, 22 Nov 2006 18:03:12 +0000 (18:03 +0000)
commitcdaea0d861a9de59a98f2dc1433456c19dae2d41
tree4a5607844bc9f82371c9bc7eed481825677f5338
parentc67ddb1faf991f8363823b8a899c377360920da2
* src/vm/jit/alpha/codegen.c (codegen): Do not generate code for ASTORE
storing a returnAddress, as 1) the store is dead, and 2) the dest.
variable has no valid allocation.
src/vm/jit/alpha/codegen.c