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 7c567497dc498801c291d5f8873d1c99a580f4aa..8982f68d2486b5a30f68a484d410c8a0246725bc 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 32e8b516fc25749ec198583a74655bccddeb2929..06393dbb1a155c5145cd244df45ed106cbee4c54 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