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:
parent
9efc84e45e
commit
7b4bc98402
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user