Commit 39b98eb1 by H.J. Lu Committed by H.J. Lu

Replace REX_INT_REG_P with REX_INT_REGNO_P

	* config/i386/i386.c (print_reg): Replace REX_INT_REG_P with
	REX_INT_REGNO_P.

From-SVN: r193197
parent 3c7d8b03
2012-11-05 H.J. Lu <hongjiu.lu@intel.com>
* config/i386/i386.c (print_reg): Replace REX_INT_REG_P with
REX_INT_REGNO_P.
2012-11-05 Eric Botcazou <ebotcazou@adacore.com>
PR tree-optimization/54986
......@@ -14119,7 +14119,7 @@ print_reg (rtx x, int code, FILE *file)
/* Irritatingly, AMD extended registers use different naming convention
from the normal registers: "r%d[bwd]" */
if (REX_INT_REG_P (x))
if (REX_INT_REGNO_P (regno))
{
gcc_assert (TARGET_64BIT);
putc ('r', file);
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