summaryrefslogtreecommitdiff
path: root/gcc/common.opt
diff options
context:
space:
mode:
authorvries <vries@138bc75d-0d04-0410-961f-82ee72b054a4>2014-04-24 09:34:06 +0000
committervries <vries@138bc75d-0d04-0410-961f-82ee72b054a4>2014-04-24 09:34:06 +0000
commit2cc49064f6255da8ca63b3897ac371fe2fc322cc (patch)
tree83a1eb6629ed908eb4bacc7d8c5b285b84a8f47e /gcc/common.opt
parentbc92d1f751edbbcd018beb23c2851f040a3d3913 (diff)
downloadgcc-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.opt4
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.