i386.c (ix86_code_end): Use {FIRST,LAST}_INT_REG.
authorUros Bizjak <ubizjak@gmail.com>
Tue, 2 May 2017 11:38:36 +0000 (13:38 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Tue, 2 May 2017 11:38:36 +0000 (13:38 +0200)
* config/i386/i386.c (ix86_code_end): Use {FIRST,LAST}_INT_REG.

From-SVN: r247489

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

index e411cc310be738a28ac7591aa329e761e5cf3043..85ce7f8f410a8d4ff8a906b3b244bd06072d33f7 100644 (file)
@@ -1,3 +1,7 @@
+2017-05-02  Uros Bizjak  <ubizjak@gmail.com>
+
+       * config/i386/i386.c (ix86_code_end): Use {FIRST,LAST}_INT_REG.
+
 2017-05-02  Richard Biener  <rguenther@suse.de>
 
        PR tree-optimization/80591
index a09c2c7da2184d5c03319457f2eaf7e729b2b0a6..7547539ea81f50de1cab998c4cbc5ba278dcb8dd 100644 (file)
@@ -12100,7 +12100,7 @@ ix86_code_end (void)
   rtx xops[2];
   int regno;
 
-  for (regno = AX_REG; regno <= SP_REG; regno++)
+  for (regno = FIRST_INT_REG; regno <= LAST_INT_REG; regno++)
     {
       char name[32];
       tree decl;