Commit ef5d0a89 by Mircea Namolaru Committed by Razya Ladelsky

opts.c (flag_see): remove its setting at -O3.

2006-05-07  Mircea Namolaru  <namolaru@il.ibm.com>

        * opts.c (flag_see): remove its setting at -O3.

From-SVN: r113598
parent 636da744
2006-05-07 Mircea Namolaru <namolaru@il.ibm.com>
* opts.c (flag_see): remove its setting at -O3.
2006-05-07 Richard Earnshaw <rearnsha@arm.com>
* genpeep.c (main): Make insn-peep.c depend on flags.h.
......
......@@ -592,7 +592,6 @@ decode_options (unsigned int argc, const char **argv)
flag_inline_functions = 1;
flag_unswitch_loops = 1;
flag_gcse_after_reload = 1;
flag_see = 1;
}
if (optimize < 2 || optimize_size)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment