diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-06-21 19:54:56 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-06-21 19:54:56 +0000 |
commit | f41a3237b47c4cd33565303e73296276ad1bba84 (patch) | |
tree | 94b1ccaaa34769fc471278d80141d5666c6b2a3c /gcc/global.c | |
parent | b1f9bec1ef7c6d5fb21a87e0312cd92fad1a8ace (diff) | |
download | gcc-f41a3237b47c4cd33565303e73296276ad1bba84.tar.gz |
* global.c: Include machmode.h amd move hard-reg-set.h before
rtl.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20643 138bc75d-0d04-0410-961f-82ee72b054a4
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 94d1fbcc500..d382537bbe9 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" |