aboutsummaryrefslogtreecommitdiff
path: root/gcc/combine.c
diff options
context:
space:
mode:
authorBernd Schmidt <bernds@cygnus.co.uk>1999-09-20 10:05:28 +0000
committerBernd Schmidt <crux@gcc.gnu.org>1999-09-20 10:05:28 +0000
commita091679a29802a45ea4deb383e08b4518c9e1db1 (patch)
tree29c3531a5f577bb810affbd0cd462abc51954140 /gcc/combine.c
parent6baf1cc8f87d1c8c1ebfa9c48e27b74b82eab4e4 (diff)
downloadgcc-a091679a29802a45ea4deb383e08b4518c9e1db1.zip
gcc-a091679a29802a45ea4deb383e08b4518c9e1db1.tar.gz
gcc-a091679a29802a45ea4deb383e08b4518c9e1db1.tar.bz2
Make it possible to prototype port-specific functions (and convert i386 to use this)
From-SVN: r29515
Diffstat (limited to 'gcc/combine.c')
-rw-r--r--gcc/combine.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/combine.c b/gcc/combine.c
index 56a373b..6c24caa 100644
--- a/gcc/combine.c
+++ b/gcc/combine.c
@@ -77,6 +77,7 @@ Boston, MA 02111-1307, USA. */
#include "config.h"
#include "system.h"
#include "rtl.h"
+#include "tm_p.h"
#include "flags.h"
#include "regs.h"
#include "hard-reg-set.h"