]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
avr.opt (-mbranch-cost): Fix double definition of this option introduced in r180739.
authorGeorg-Johann Lay <avr@gjlay.de>
Mon, 2 Jan 2012 13:09:42 +0000 (13:09 +0000)
committerGeorg-Johann Lay <gjl@gcc.gnu.org>
Mon, 2 Jan 2012 13:09:42 +0000 (13:09 +0000)
* config/avr/avr.opt (-mbranch-cost): Fix double definition of
this option introduced in r180739.

From-SVN: r182798

gcc/ChangeLog
gcc/config/avr/avr.opt

index 9d3a7dfa30bd0aab4b91a85245821faa675eee77..e86e8cd31d6e35718e3063ecc0475074cb8e87bc 100644 (file)
@@ -1,3 +1,8 @@
+2012-01-02  Georg-Johann Lay  <avr@gjlay.de>
+
+       * config/avr/avr.opt (-mbranch-cost): Fix double definition of
+       this option introduced in r180739.
+
 2012-01-02  Georg-Johann Lay  <avr@gjlay.de>
 
        PR target/51345
index bb9c90ec36f3e5c82675f4a22121baa0c56cece5..d6e73ee09144deeb455d35ba07906758eced9626 100644 (file)
@@ -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.