Commit 7b4bc984 by Uros Bizjak Committed by Uros Bizjak

i386.c (print_reg): Use REGNO instead of true_regnum.

	* config/i386/i386.c (print_reg): Use REGNO instead of true_regnum.

From-SVN: r245009
parent 9efc84e4
2017-01-27 Uros Bizjak <ubizjak@gmail.com>
* config/i386/i386.c (print_reg): Use REGNO instead of true_regnum.
2017-01-27 Bernd Schmidt <bschmidt@redhat.com>
PR rtl-optimization/79194
......
......@@ -17592,7 +17592,7 @@ print_reg (rtx x, int code, FILE *file)
else
msize = GET_MODE_SIZE (GET_MODE (x));
regno = true_regnum (x);
regno = REGNO (x);
gcc_assert (regno != ARG_POINTER_REGNUM
&& regno != FRAME_POINTER_REGNUM
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