Commit 9dddaecf by Joern Rennecke Committed by Joern Rennecke

* recog.c (extract_insn): Enabled alternative defaults to 1.

From-SVN: r193203
parent 31828bd3
2012-11-05 Joern Rennecke <joern.rennecke@embecosm.com>
* recog.c (extract_insn): Enabled alternative defaults to 1.
2012-11-05 H.J. Lu <hongjiu.lu@intel.com> 2012-11-05 H.J. Lu <hongjiu.lu@intel.com>
* config/i386/i386.c (print_reg): Replace REX_INT_REG_P with * config/i386/i386.c (print_reg): Replace REX_INT_REG_P with
...@@ -2165,7 +2165,7 @@ extract_insn (rtx insn) ...@@ -2165,7 +2165,7 @@ extract_insn (rtx insn)
{ {
which_alternative = i; which_alternative = i;
recog_data.alternative_enabled_p[i] recog_data.alternative_enabled_p[i]
= HAVE_ATTR_enabled ? get_attr_enabled (insn) : 0; = HAVE_ATTR_enabled ? get_attr_enabled (insn) : 1;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment