Added "none" to TestJmp. It was missing
authorSebastian Hack <hack@ipd.info.uni-karlsruhe.de>
Tue, 21 Mar 2006 15:19:13 +0000 (15:19 +0000)
committerSebastian Hack <hack@ipd.info.uni-karlsruhe.de>
Tue, 21 Mar 2006 15:19:13 +0000 (15:19 +0000)
ir/be/ia32/ia32_spec.pl

index 06afda9..3b03f16 100644 (file)
@@ -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",
 },