diff options
author | H.J. Lu <hjl@gnu.org> | 1998-06-21 19:54:56 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-06-21 13:54:56 -0600 |
commit | f6781658f59b5c3dc72cd49ee3cfe54b22991987 (patch) | |
tree | 94b1ccaaa34769fc471278d80141d5666c6b2a3c /gcc/global.c | |
parent | cc4fe0e2a4b6d7ac6a8e29c24fbf6e205a4d846a (diff) | |
download | gcc-f6781658f59b5c3dc72cd49ee3cfe54b22991987.zip gcc-f6781658f59b5c3dc72cd49ee3cfe54b22991987.tar.gz gcc-f6781658f59b5c3dc72cd49ee3cfe54b22991987.tar.bz2 |
global.c: Include machmode.h amd move hard-reg-set.h before rtl.h.
* global.c: Include machmode.h amd move hard-reg-set.h before
rtl.h.
From-SVN: r20643
Diffstat (limited to 'gcc/global.c')
-rw-r--r-- | gcc/global.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/global.c b/gcc/global.c index 94d1fbc..d382537 100644 --- a/gcc/global.c +++ b/gcc/global.c @@ -22,10 +22,11 @@ Boston, MA 02111-1307, USA. */ #include "config.h" #include "system.h" +#include "machmode.h" +#include "hard-reg-set.h" #include "rtl.h" #include "flags.h" #include "basic-block.h" -#include "hard-reg-set.h" #include "regs.h" #include "insn-config.h" #include "output.h" |