aboutsummaryrefslogtreecommitdiff
path: root/gcc/opts.c
diff options
context:
space:
mode:
authorFranz Sirl <Franz.Sirl-kernel@lauterbach.com>2003-06-29 01:17:54 +0000
committerFranz Sirl <sirl@gcc.gnu.org>2003-06-29 01:17:54 +0000
commitd6553b54e8ed954a4b8d58c7bbc18451e4fbc320 (patch)
tree5d52bae027a6cad9a5528ef54207123622e42c06 /gcc/opts.c
parentbdb656db6ccc50ad0d0327c435124f016a935980 (diff)
downloadgcc-d6553b54e8ed954a4b8d58c7bbc18451e4fbc320.zip
gcc-d6553b54e8ed954a4b8d58c7bbc18451e4fbc320.tar.gz
gcc-d6553b54e8ed954a4b8d58c7bbc18451e4fbc320.tar.bz2
opts.c: Include insn-attr.h.
2003-06-29 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> * opts.c: Include insn-attr.h. * Makefile.in (opts.o): Depend on INSN_ATTR_H. From-SVN: r68657
Diffstat (limited to 'gcc/opts.c')
-rw-r--r--gcc/opts.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/opts.c b/gcc/opts.c
index af9a896..a150c3a 100644
--- a/gcc/opts.c
+++ b/gcc/opts.c
@@ -35,6 +35,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
#include "params.h"
#include "diagnostic.h"
#include "tm_p.h" /* For OPTIMIZATION_OPTIONS. */
+#include "insn-attr.h" /* For INSN_SCHEDULING. */
/* Value of the -G xx switch, and whether it was passed or not. */
unsigned HOST_WIDE_INT g_switch_value;