diff options
author | Georg-Johann Lay <avr@gjlay.de> | 2012-01-02 13:09:42 +0000 |
---|---|---|
committer | Georg-Johann Lay <gjl@gcc.gnu.org> | 2012-01-02 13:09:42 +0000 |
commit | ce23293b0a4416b1c0770b2ad151ac4b23df4aca (patch) | |
tree | d4e367b048e431e197658ac6a66ae98dea1f7be0 /gcc/config | |
parent | 884f56d1e1ee1a31d6ac75c8f3b3989b8118271e (diff) | |
download | gcc-ce23293b0a4416b1c0770b2ad151ac4b23df4aca.zip gcc-ce23293b0a4416b1c0770b2ad151ac4b23df4aca.tar.gz gcc-ce23293b0a4416b1c0770b2ad151ac4b23df4aca.tar.bz2 |
avr.opt (-mbranch-cost): Fix double definition of this option introduced in r180739.
* config/avr/avr.opt (-mbranch-cost): Fix double definition of
this option introduced in r180739.
From-SVN: r182798
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/avr/avr.opt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config/avr/avr.opt b/gcc/config/avr/avr.opt index bb9c90e..d6e73ee 100644 --- a/gcc/config/avr/avr.opt +++ b/gcc/config/avr/avr.opt @@ -73,7 +73,3 @@ Accumulate outgoing function arguments and acquire/release the needed stack spac mstrict-X Target Report Var(avr_strict_X) Init(0) When accessing RAM, use X as imposed by the hardware, i.e. just use pre-decrement, post-increment and indirect addressing with the X register. Without this option, the compiler may assume that there is an addressing mode X+const similar to Y+const and Z+const and emit instructions to emulate such an addressing mode for X. - -mbranch-cost= -Target Report RejectNegative Joined UInteger Var(avr_branch_cost) Init(0) -Set the cost of a branch instruction. Default value is 0. |