diff options
author | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-07-24 22:25:18 +0000 |
---|---|---|
committer | rth <rth@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-07-24 22:25:18 +0000 |
commit | eb7cb9b6832bb9ed02489ae188967df6110700af (patch) | |
tree | 234bcc9dca69c1a00033bcd6ee200229f06782e4 /gcc/doc/tm.texi | |
parent | ac990d9ac3ee3c291d3db797fd2cf42943d24744 (diff) | |
download | gcc-eb7cb9b6832bb9ed02489ae188967df6110700af.tar.gz |
Purge FIXUNS_TRUNC_LIKE_FIX_TRUNC
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@189826 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/tm.texi')
-rw-r--r-- | gcc/doc/tm.texi | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 9f6b5dd0ff1..ff743c8f19c 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -10339,12 +10339,6 @@ Define this macro if loading short immediate values into registers sign extends. @end defmac -@defmac FIXUNS_TRUNC_LIKE_FIX_TRUNC -Define this macro if the same instructions that convert a floating -point number to a signed fixed point number also convert validly to an -unsigned one. -@end defmac - @deftypefn {Target Hook} {unsigned int} TARGET_MIN_DIVISIONS_FOR_RECIP_MUL (enum machine_mode @var{mode}) When @option{-ffast-math} is in effect, GCC tries to optimize divisions by the same divisor, by turning them into multiplications by |