diff options
author | claziss <claziss@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-10-10 11:39:22 +0000 |
---|---|---|
committer | claziss <claziss@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-10-10 11:39:22 +0000 |
commit | 6746d6316dbba6c55eed2417581fde5e39895d09 (patch) | |
tree | 4c86268b96a5cc5885f5dbe572b46e75e16501ee /gcc/doc | |
parent | ec8fd20e9fb5ac03a63997501ff0f588806e3768 (diff) | |
download | gcc-6746d6316dbba6c55eed2417581fde5e39895d09.tar.gz |
[ARC] Disable compact casesi patterns for arcv2
gcc/
2016-05-09 Claudiu Zissulescu <claziss@synopsys.com>
* common/config/arc/arc-common.c (arc_option_optimization_table):
Remove compact casesi option.
* config/arc/arc.c (arc_override_options): Use compact casesi
option only for pre-ARCv2 cores.
* doc/invoke.texi (mcompact-casesi): Update text.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@240916 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/invoke.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index b7a32b663ac..3f9c0a07be0 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -14293,8 +14293,8 @@ This is the default for @option{-Os}. @item -mcompact-casesi @opindex mcompact-casesi -Enable compact casesi pattern. -This is the default for @option{-Os}. +Enable compact casesi pattern. This is the default for @option{-Os}, +and only available for ARCv1 cores. @item -mno-cond-exec @opindex mno-cond-exec |