diff options
author | Bernd Schmidt <bernds@cygnus.co.uk> | 1999-08-18 16:46:53 +0000 |
---|---|---|
committer | Bernd Schmidt <crux@gcc.gnu.org> | 1999-08-18 16:46:53 +0000 |
commit | 3648099b8b44fcb028629dd2c8fff27dfa6d3205 (patch) | |
tree | 9060d5efe51bc705de4a56882085f4c673421d0f /gcc/genrecog.c | |
parent | 4c9d8fa8c5707e4d327f6e80a30a9ee5525d046b (diff) | |
download | gcc-3648099b8b44fcb028629dd2c8fff27dfa6d3205.zip gcc-3648099b8b44fcb028629dd2c8fff27dfa6d3205.tar.gz gcc-3648099b8b44fcb028629dd2c8fff27dfa6d3205.tar.bz2 |
Make insn-recog.c include function.h
From-SVN: r28750
Diffstat (limited to 'gcc/genrecog.c')
-rw-r--r-- | gcc/genrecog.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/genrecog.c b/gcc/genrecog.c index 546f922..1e23023 100644 --- a/gcc/genrecog.c +++ b/gcc/genrecog.c @@ -1762,6 +1762,7 @@ from the machine description file `md'. */\n\n"); printf ("#include \"config.h\"\n"); printf ("#include \"system.h\"\n"); printf ("#include \"rtl.h\"\n"); + printf ("#include \"function.h\"\n"); printf ("#include \"insn-config.h\"\n"); printf ("#include \"recog.h\"\n"); printf ("#include \"real.h\"\n"); |