From: Sebastian Hack Date: Tue, 21 Mar 2006 15:19:13 +0000 (+0000) Subject: Added "none" to TestJmp. It was missing X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=3106f4f48f094ca06692476ac7ee09a3328d215b;p=libfirm Added "none" to TestJmp. It was missing --- diff --git a/ir/be/ia32/ia32_spec.pl b/ir/be/ia32/ia32_spec.pl index 06afda974..3b03f16c3 100644 --- a/ir/be/ia32/ia32_spec.pl +++ b/ir/be/ia32/ia32_spec.pl @@ -348,7 +348,7 @@ $comment_string = "/*"; "TestJmp" => { "op_flags" => "L|X|Y", "comment" => "construct conditional jump: TEST A, B && JMPxx LABEL", - "reg_req" => { "in" => [ "gp", "gp" ], "out" => [ "none" ] }, + "reg_req" => { "in" => [ "gp", "gp" ], "out" => [ "none", "none" ] }, "cmp_attr" => " return ia32_compare_immop_attr(attr_a, attr_b);\n", },