diff options
author | Bernd Schmidt <bernds@cygnus.co.uk> | 1999-09-20 10:00:03 +0000 |
---|---|---|
committer | Bernd Schmidt <crux@gcc.gnu.org> | 1999-09-20 10:00:03 +0000 |
commit | 6baf1cc8f87d1c8c1ebfa9c48e27b74b82eab4e4 (patch) | |
tree | e581f680f7e5ca0ee19344ed2e86e199d05a00f2 /gcc/unroll.c | |
parent | 34a24f18066d489449796be019d7b05798403f89 (diff) | |
download | gcc-6baf1cc8f87d1c8c1ebfa9c48e27b74b82eab4e4.zip gcc-6baf1cc8f87d1c8c1ebfa9c48e27b74b82eab4e4.tar.gz gcc-6baf1cc8f87d1c8c1ebfa9c48e27b74b82eab4e4.tar.bz2 |
Make it possible to prototype port-specific functions (and convert i386 to use this)
From-SVN: r29514
Diffstat (limited to 'gcc/unroll.c')
-rw-r--r-- | gcc/unroll.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/unroll.c b/gcc/unroll.c index ea11acf..dce90b2 100644 --- a/gcc/unroll.c +++ b/gcc/unroll.c @@ -149,6 +149,7 @@ enum unroll_types { UNROLL_COMPLETELY, UNROLL_MODULO, UNROLL_NAIVE }; #include "config.h" #include "system.h" #include "rtl.h" +#include "tm_p.h" #include "insn-config.h" #include "integrate.h" #include "regs.h" |