added DBG_OPT_LEA( to report Lea craetion to the firm statistic module
[libfirm] / ir / be / ia32 / ia32_spec.pl
index 5cc46c2..93c5070 100644 (file)
@@ -9,7 +9,7 @@ $arch = "ia32";
 $comment_string = "/*";
 
 # the number of additional opcodes you want to register
-$additional_opcodes = 0;
+#$additional_opcodes = 0;
 
 # The node description is done as a perl hash initializer with the
 # following structure:
@@ -1081,7 +1081,7 @@ $additional_opcodes = 0;
   "comment"   => "x87 stack exchange",
   "reg_req"   => { "in" => [ "st"], "out" => [ "st" ] },
   "cmp_attr"  => "  return 1;\n",
-  "emit"      => '. fxch %X1, %X3 /* x87 swap %X1, %X3 */',
+  "emit"      => '. fxch %X1 /* x87 swap %X1, %X3 */',
 },
 
 "fpush" => {