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
This commit is contained in:
Uros Bizjak 2017-01-28 19:43:56 +01:00 committed by Uros Bizjak
parent 9efc84e45e
commit 7b4bc98402
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -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