�
* rtlanal.c (optimize): Declare.
From-SVN: r18484
+Wed Mar 11 14:26:52 1998 Jeffrey A Law (law@cygnus.com)
+
+ * rtlanal.c (optimize): Declare.
+
Sun Mar 8 11:16:23 1998 Jeffrey A Law (law@cygnus.com)
* emit-rtl.c (gen_lowpart_common): Handle more case where converting
/* Analyze RTL for C-Compiler
- Copyright (C) 1987, 88, 9-5, 1996 Free Software Foundation, Inc.
+ Copyright (C) 1987, 88, 9-6, 1998 Free Software Foundation, Inc.
This file is part of GNU CC.
#include "config.h"
#include "rtl.h"
+extern int optimize;
+
void note_stores ();
int reg_set_p ();