Add: #include "expr.h"
authorNick Clifton <nickc@cygnus.com>
Thu, 17 Dec 1998 13:54:39 +0000 (13:54 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Thu, 17 Dec 1998 13:54:39 +0000 (13:54 +0000)
From-SVN: r24363

gcc/ChangeLog
gcc/gcse.c

index 7c56749..8982f68 100644 (file)
@@ -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.
index 32e8b51..06393db 100644 (file)
@@ -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