diff options
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/gcse.c | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7c56749..8982f68 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Thu Dec 17 13:50:29 1998 Nick Clifton <nickc@cygnus.com> + + * gcse.c: Include expr.h in order to get the prototype for + get_condition() which is used in delete_null_pointer_checks(). + Thu Dec 17 15:58:26 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> * hwint.h: New file to consolidate HOST_WIDE_INT (etc) macros. @@ -152,6 +152,7 @@ yyy #include "recog.h" #include "basic-block.h" #include "output.h" +#include "expr.h" #include "obstack.h" #define obstack_chunk_alloc gmalloc |