diff options
author | Steven Bosscher <steven@gcc.gnu.org> | 2006-10-31 05:31:53 +0000 |
---|---|---|
committer | Steven Bosscher <steven@gcc.gnu.org> | 2006-10-31 05:31:53 +0000 |
commit | e5c18c3c298de538f6a9acec3120b63d830dc307 (patch) | |
tree | c514aa01ec7941759f24ea6e829f4c39949b3b45 /gcc/opts.c | |
parent | e4a6b83503f84faa4d3ad6016622802ed15b1504 (diff) | |
download | gcc-e5c18c3c298de538f6a9acec3120b63d830dc307.zip gcc-e5c18c3c298de538f6a9acec3120b63d830dc307.tar.gz gcc-e5c18c3c298de538f6a9acec3120b63d830dc307.tar.bz2 |
* opts.c (decode_options): Disable CSE skip blocks.
From-SVN: r118219
Diffstat (limited to 'gcc/opts.c')
-rw-r--r-- | gcc/opts.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -475,7 +475,6 @@ decode_options (unsigned int argc, const char **argv) flag_crossjumping = 1; flag_optimize_sibling_calls = 1; flag_cse_follow_jumps = 1; - flag_cse_skip_blocks = 1; flag_gcse = 1; flag_expensive_optimizations = 1; flag_ipa_type_escape = 1; |