diff options
Diffstat (limited to 'gcc/regrename.c')
-rw-r--r-- | gcc/regrename.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/regrename.c b/gcc/regrename.c index d5e8160c94f..d2afeeca26c 100644 --- a/gcc/regrename.c +++ b/gcc/regrename.c @@ -22,10 +22,10 @@ #include "system.h" #include "tree.h" #include "rtl.h" +#include "hard-reg-set.h" #include "basic-block.h" #include "insn-config.h" #include "regs.h" -#include "hard-reg-set.h" #include "flags.h" #include "output.h" #include "function.h" |