diff options
author | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-02-25 11:39:20 +0000 |
---|---|---|
committer | hubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-02-25 11:39:20 +0000 |
commit | 6ce541486a2dd1972fc81a29c562d41c3ef5be6a (patch) | |
tree | 7e4541599f216511567a2ef212a330eaa7d0b1c9 /gcc/lcm.c | |
parent | ff4726c9a402cd853734fdae4927a05b187f564a (diff) | |
download | gcc-6ce541486a2dd1972fc81a29c562d41c3ef5be6a.tar.gz |
* Makefile.in (lcm.o): Add dependency on function.h
* lcm.c (function.h): Include.
* i386.c (machine_function, ix86_stack_locals,
* ix86_save_varrargs_registers) : Move to
...
* i386.h (machine_function, ix86_stack_locals,
ix86_save_varrargs_registers): ... here; add optimize_mode_switching
(ix86_optimize_mode_switching): New.
* i386.md (fix patterns): Set ix86_optimize_mode_switching
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@63404 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/lcm.c')
-rw-r--r-- | gcc/lcm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/lcm.c b/gcc/lcm.c index 8bbe893c823..c403485a448 100644 --- a/gcc/lcm.c +++ b/gcc/lcm.c @@ -63,6 +63,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #include "basic-block.h" #include "output.h" #include "tm_p.h" +#include "function.h" /* We want target macros for the mode switching code to be able to refer to instruction attribute values. */ |