aboutsummaryrefslogtreecommitdiff
path: root/gcc/fold-const.c
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>1998-08-17 11:39:32 +0000
committerJeff Law <law@gcc.gnu.org>1998-08-17 05:39:32 -0600
commitefe3eb65d11662bad7ce28a0de578bfcd3abdaa5 (patch)
tree53fc8831672838018270cca8144d1fe40bcd90dd /gcc/fold-const.c
parentce3c0b5314efe48e3e197a30bc28524632d8dc09 (diff)
downloadgcc-efe3eb65d11662bad7ce28a0de578bfcd3abdaa5.zip
gcc-efe3eb65d11662bad7ce28a0de578bfcd3abdaa5.tar.gz
gcc-efe3eb65d11662bad7ce28a0de578bfcd3abdaa5.tar.bz2
Makefile.in (cplus-dep.o): Use cplus-dem.c from libiberty.
* Makefile.in (cplus-dep.o): Use cplus-dem.c from libiberty. * cplus-dem.c: Delete. * Makefile.in (fold-const.o): depend on $(RTL_H). * fold-const.c: Include rtl.h to get the prototype for `set_identifier_local_value'. * loop.c (express_from_1): Remove unused variable `tmp'. (combine_givs): cast the first argument of bzero to char *. * toplev.c (display_help): Remove unused variable `looking_for_start'. Co-Authored-By: Jeffrey A Law <law@cygnus.com> From-SVN: r21785
Diffstat (limited to 'gcc/fold-const.c')
-rw-r--r--gcc/fold-const.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/fold-const.c b/gcc/fold-const.c
index c84d52c..8a289a8 100644
--- a/gcc/fold-const.c
+++ b/gcc/fold-const.c
@@ -47,6 +47,7 @@ Boston, MA 02111-1307, USA. */
#include <setjmp.h>
#include "flags.h"
#include "tree.h"
+#include "rtl.h"
#include "toplev.h"
/* Handle floating overflow for `const_binop'. */