diff options
author | Ramana Radhakrishnan <ramana.radhakrishnan@arm.com> | 2009-03-31 21:23:29 +0000 |
---|---|---|
committer | Ramana Radhakrishnan <ramana@gcc.gnu.org> | 2009-03-31 21:23:29 +0000 |
commit | 824523999285e704ff2c549d8dbd8d20bb1c6ac0 (patch) | |
tree | 5ad82d1f0bc2b3f9ef01549ecef14b0054cb9fed /gcc/doc | |
parent | 207bf79d7f23a3883694578f431c08960c348e38 (diff) | |
download | gcc-824523999285e704ff2c549d8dbd8d20bb1c6ac0.zip gcc-824523999285e704ff2c549d8dbd8d20bb1c6ac0.tar.gz gcc-824523999285e704ff2c549d8dbd8d20bb1c6ac0.tar.bz2 |
common.opt (frtl-abstract-sequences): Delete.
2009-03-31 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
* common.opt (frtl-abstract-sequences): Delete.
* doc/invoke.texi (Option Summary): Likewise.
(Optimize Options): Likewise.
* rtl-factoring.c: Delete file.
* Makefile.in (OBJS-common): Remove rtl-factoring.o.
* passes.c (init_optimization_passes): Remove rtl_abstr_seq pass.
2009-03-31 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
* gcc.c-torture/compile/pr33009.c: Delete.
* gcc.c-torture/compile/pr11832.c: Likewise.
From-SVN: r145374
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/invoke.texi | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index b2a764a..131633d 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -356,7 +356,7 @@ Objective-C and Objective-C++ Dialects}. -freciprocal-math -fregmove -frename-registers -freorder-blocks @gol -freorder-blocks-and-partition -freorder-functions @gol -frerun-cse-after-loop -freschedule-modulo-scheduled-loops @gol --frounding-math -frtl-abstract-sequences -fsched2-use-superblocks @gol +-frounding-math -fsched2-use-superblocks @gol -fsched2-use-traces -fsched-spec-load -fsched-spec-load-dangerous @gol -fsched-stalled-insns-dep[=@var{n}] -fsched-stalled-insns[=@var{n}] @gol -fschedule-insns -fschedule-insns2 -fsection-anchors -fsee @gol @@ -6954,14 +6954,6 @@ Future versions of GCC may provide finer control of this setting using C99's @code{FENV_ACCESS} pragma. This command line option will be used to specify the default state for @code{FENV_ACCESS}. -@item -frtl-abstract-sequences -@opindex frtl-abstract-sequences -It is a size optimization method. This option is to find identical -sequences of code, which can be turned into pseudo-procedures and -then replace all occurrences with calls to the newly created -subroutine. It is kind of an opposite of @option{-finline-functions}. -This optimization runs at RTL level. - @item -fsignaling-nans @opindex fsignaling-nans Compile code assuming that IEEE signaling NaNs may generate user-visible |