diff options
author | vries <vries@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-04-24 09:34:06 +0000 |
---|---|---|
committer | vries <vries@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-04-24 09:34:06 +0000 |
commit | 2cc49064f6255da8ca63b3897ac371fe2fc322cc (patch) | |
tree | 83a1eb6629ed908eb4bacc7d8c5b285b84a8f47e /gcc/common.opt | |
parent | bc92d1f751edbbcd018beb23c2851f040a3d3913 (diff) | |
download | gcc-2cc49064f6255da8ca63b3897ac371fe2fc322cc.tar.gz |
-fuse-caller-save - Add command line option
2014-04-24 Radovan Obradovic <robradovic@mips.com>
Tom de Vries <tom@codesourcery.com>
* common.opt (fuse-caller-save): New option.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@209743 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/common.opt')
-rw-r--r-- | gcc/common.opt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/common.opt b/gcc/common.opt index d46d4c7e70a..5c3f83404ba 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -2703,4 +2703,8 @@ Create a position independent executable z Driver Joined Separate +fuse-caller-save +Common Report Var(flag_use_caller_save) Optimization +Use caller save register across calls if possible + ; This comment is to ensure we retain the blank line above. |