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
This commit is contained in:
parent
884f56d1e1
commit
ce23293b0a
2 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue