diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2006-05-22 06:55:24 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2006-05-22 06:55:24 +0000 |
commit | 41c6dd595684f26e8825091af850af66f6291c10 (patch) | |
tree | 1c38846d231ce7ec88273e22e3c38222a32503ea /gcc/doc/rtl.texi | |
parent | aea8e03506a5782d5c16c793a6d3b2b39d44e01c (diff) | |
download | gcc-41c6dd595684f26e8825091af850af66f6291c10.zip gcc-41c6dd595684f26e8825091af850af66f6291c10.tar.gz gcc-41c6dd595684f26e8825091af850af66f6291c10.tar.bz2 |
rtl.texi: Fix a typo.
* doc/rtl.texi: Fix a typo.
* see.c: Fix comment typos.
From-SVN: r113969
Diffstat (limited to 'gcc/doc/rtl.texi')
-rw-r--r-- | gcc/doc/rtl.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/rtl.texi b/gcc/doc/rtl.texi index ebad35d..20be381 100644 --- a/gcc/doc/rtl.texi +++ b/gcc/doc/rtl.texi @@ -2014,7 +2014,7 @@ fixed-point mode. @cindex arithmetic shift with signed saturation @item (ashift:@var{m} @var{x} @var{c}) @itemx (ss_ashift:@var{m} @var{x} @var{c}) -These two expressions epresent the result of arithmetically shifting @var{x} +These two expressions represent the result of arithmetically shifting @var{x} left by @var{c} places. They differ in their behavior on overflow of integer modes. An @code{ashift} operation is a plain shift with no special behaviour in case of a change in the sign bit; @code{ss_ashift} saturates to the minimum |