i386.c (print_reg): Use REGNO instead of true_regnum.
authorUros Bizjak <ubizjak@gmail.com>
Sat, 28 Jan 2017 18:43:56 +0000 (19:43 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Sat, 28 Jan 2017 18:43:56 +0000 (19:43 +0100)
* config/i386/i386.c (print_reg): Use REGNO instead of true_regnum.

From-SVN: r245009

gcc/ChangeLog
gcc/config/i386/i386.c

index 39e6c1fb86d852cfede90d9051267dc15769eee9..d9afe08245fe4ceca20a74ddce0eea6795b2b935 100644 (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
index 15498a954ea60148a6332d84f7a8fd01bdd852d8..377e49a507a2f7807b1c652bb0df1ca20669cc09 100644 (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