diff options
author | Martin Liska <mliska@suse.cz> | 2020-02-20 12:01:48 +0100 |
---|---|---|
committer | Martin Liska <mliska@suse.cz> | 2020-02-20 12:01:48 +0100 |
commit | 4a172be3e5e849ef82f07ce034837630e73f025b (patch) | |
tree | fb878325b49aabb481b4fe99a053e0204c49cc94 /gcc/config/or1k | |
parent | 6c39d0b79db7f9bf58a64bf987c161ae0b9dcec4 (diff) | |
download | gcc-4a172be3e5e849ef82f07ce034837630e73f025b.zip gcc-4a172be3e5e849ef82f07ce034837630e73f025b.tar.gz gcc-4a172be3e5e849ef82f07ce034837630e73f025b.tar.bz2 |
Remove superfluous word in documentation.
PR translation/93841
* config/or1k/or1k.opt: Remove superfluous word.
* doc/invoke.texi: Likewise.
Diffstat (limited to 'gcc/config/or1k')
-rw-r--r-- | gcc/config/or1k/or1k.opt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/or1k/or1k.opt b/gcc/config/or1k/or1k.opt index 2da978b..03c9b8d 100644 --- a/gcc/config/or1k/or1k.opt +++ b/gcc/config/or1k/or1k.opt @@ -66,7 +66,7 @@ are used to perform unordered floating point compare and set flag operations. mcmov Target RejectNegative Mask(CMOV) Enable generation of conditional move (l.cmov) instructions. By default the -equivalent will be generated using using set and branch. +equivalent will be generated using set and branch. mror Target RejectNegative Mask(ROR) |