From: Michael Beck Date: Fri, 27 Jan 2006 18:09:50 +0000 (+0000) Subject: Keep flag added X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=e037152d54677b90fcecd9b2e2e22d0d4ae50ebe;p=libfirm Keep flag added --- diff --git a/ir/be/ia32/ia32_spec.pl b/ir/be/ia32/ia32_spec.pl index 790f7574d..594d2d8ec 100644 --- a/ir/be/ia32/ia32_spec.pl +++ b/ir/be/ia32/ia32_spec.pl @@ -12,7 +12,7 @@ $arch = "ia32"; # %nodes = ( # # => { -# "op_flags" => "N|L|C|X|I|F|Y|H|c", +# "op_flags" => "N|L|C|X|I|F|Y|H|c|K", # "arity" => "0|1|2|3|variable|dynamic|all", # "state" => "floats|pinned", # "args" => [ @@ -38,6 +38,7 @@ $arch = "ia32"; # Y irop_flag_forking # H irop_flag_highlevel # c irop_flag_constlike +# K irop_flag_keep # # op_flags: flags for the operation, OPTIONAL (default is "N") #