aboutsummaryrefslogtreecommitdiff
path: root/gcc/combine.c
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1992-08-20 05:58:18 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1992-08-20 05:58:18 -0400
commitf8d97cf4724fb1d966118b4d1870f553da4fc09c (patch)
tree2d78eb61c0c67f5d8fcbe60828c1e7c28af9bfb2 /gcc/combine.c
parent99effc21d4027b4391fbdddea247f25dd568e366 (diff)
downloadgcc-f8d97cf4724fb1d966118b4d1870f553da4fc09c.zip
gcc-f8d97cf4724fb1d966118b4d1870f553da4fc09c.tar.gz
gcc-f8d97cf4724fb1d966118b4d1870f553da4fc09c.tar.bz2
Put include of stdio.h after GCC header files (for i860-stardent-sysv4).
From-SVN: r1905
Diffstat (limited to 'gcc/combine.c')
-rw-r--r--gcc/combine.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/combine.c b/gcc/combine.c
index 6729a3f..75ef97a 100644
--- a/gcc/combine.c
+++ b/gcc/combine.c
@@ -73,8 +73,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
also use the condition code; but in practice such insns would not
combine anyway. */
-#include <stdio.h>
-
#include "config.h"
#include "gvarargs.h"
#include "rtl.h"
@@ -88,6 +86,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "insn-attr.h"
#include "recog.h"
#include "real.h"
+#include <stdio.h>
/* It is not safe to use ordinary gen_lowpart in combine.
Use gen_lowpart_for_combine instead. See comments there. */