Commit 0b1053b2 by Uros Bizjak Committed by Uros Bizjak

i386.c (ix86_code_end): Use {FIRST,LAST}_INT_REG.

	* config/i386/i386.c (ix86_code_end): Use {FIRST,LAST}_INT_REG.

From-SVN: r247489
parent aee63acc
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> 2017-05-02 Richard Biener <rguenther@suse.de>
PR tree-optimization/80591 PR tree-optimization/80591
......
...@@ -12100,7 +12100,7 @@ ix86_code_end (void) ...@@ -12100,7 +12100,7 @@ ix86_code_end (void)
rtx xops[2]; rtx xops[2];
int regno; int regno;
for (regno = AX_REG; regno <= SP_REG; regno++) for (regno = FIRST_INT_REG; regno <= LAST_INT_REG; regno++)
{ {
char name[32]; char name[32];
tree decl; tree decl;
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