]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* vax.c: Include tree.h earlier.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Sep 2002 21:05:13 +0000 (21:05 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 12 Sep 2002 21:05:13 +0000 (21:05 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57080 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/vax/vax.c

index 97c3617e20a5247a0633df1bfd4eacbeb79c37dc..e9876e83d40fdb756eab211cdf465f965e6ea6b5 100644 (file)
@@ -1,3 +1,7 @@
+2002-09-12  Richard Henderson  <rth@redhat.com>
+
+       * vax.c: Include tree.h earlier.
+
 2002-09-12  Stan Shebs  <shebs@apple.com>
 
        * config/darwin.c (machopic_finish): Remove #if 0 chunks.
index 9c929cc4d9f48ae7af4263418d085ad9fdc0a3e2..ded7570f32da709b1f2a4a92df4fd897af760c6e 100644 (file)
@@ -22,6 +22,7 @@ Boston, MA 02111-1307, USA.  */
 #include "config.h"
 #include "system.h"
 #include "rtl.h"
+#include "tree.h"
 #include "regs.h"
 #include "hard-reg-set.h"
 #include "real.h"
@@ -30,7 +31,6 @@ Boston, MA 02111-1307, USA.  */
 #include "function.h"
 #include "output.h"
 #include "insn-attr.h"
-#include "tree.h"
 #include "recog.h"
 #include "expr.h"
 #include "flags.h"