diff options
author | Aldy Hernandez <aldyh@redhat.com> | 2008-05-23 01:31:04 +0000 |
---|---|---|
committer | Aldy Hernandez <aldyh@gcc.gnu.org> | 2008-05-23 01:31:04 +0000 |
commit | c63cac4791363e80ccb8fbc59a8bb52ddec1201c (patch) | |
tree | 5793de0e96c14894a91488e9d20fc8dc9085520e /gcc/passes.c | |
parent | 12c8a3556fca1046692689f55cbb406831a1d2e0 (diff) | |
download | gcc-c63cac4791363e80ccb8fbc59a8bb52ddec1201c.zip gcc-c63cac4791363e80ccb8fbc59a8bb52ddec1201c.tar.gz gcc-c63cac4791363e80ccb8fbc59a8bb52ddec1201c.tar.bz2 |
omp-low.c (gate_expand_omp_ssa): Remove.
* omp-low.c (gate_expand_omp_ssa): Remove.
(pass_expand_omp_ssa): Remove.
(gate_expand_omp): Do not check for flag_openmp_ssa.
* common.opt (-fopenmp-ssa): Remove.
* passes.c (init_optimization_passes): Remove pass_expand_omp_ssa.
From-SVN: r135786
Diffstat (limited to 'gcc/passes.c')
-rw-r--r-- | gcc/passes.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/passes.c b/gcc/passes.c index fa74d0f..56862d8 100644 --- a/gcc/passes.c +++ b/gcc/passes.c @@ -548,7 +548,6 @@ init_optimization_passes (void) NEXT_PASS (pass_referenced_vars); NEXT_PASS (pass_reset_cc_flags); NEXT_PASS (pass_build_ssa); - NEXT_PASS (pass_expand_omp_ssa); NEXT_PASS (pass_early_warn_uninitialized); NEXT_PASS (pass_rebuild_cgraph_edges); NEXT_PASS (pass_early_inline); |