From: Christoph Mallon Date: Mon, 18 Jun 2012 12:16:27 +0000 (+0200) Subject: Mark memory using nodes with "uses_memory". X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=283f4cc63091ab35a8f4227f50cd68d339e94c8b;p=libfirm Mark memory using nodes with "uses_memory". --- diff --git a/ir/be/amd64/amd64_spec.pl b/ir/be/amd64/amd64_spec.pl index cdc6d97de..efca79af8 100644 --- a/ir/be/amd64/amd64_spec.pl +++ b/ir/be/amd64/amd64_spec.pl @@ -83,6 +83,7 @@ $default_copy_attr = "amd64_copy_attr"; %nodes = ( Push => { + op_flags => [ "uses_memory" ], state => "exc_pinned", reg_req => { in => [ "gp", "gp", "none", "gp", "rsp" ], out => [ "rsp:I|S", "none" ] }, ins => [ "base", "index", "mem", "val", "stack" ],