arm.h (MAX_CONDITIONAL_EXECUTE): Fix typo in description.
2014-01-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com> * config/arm/arm.h (MAX_CONDITIONAL_EXECUTE): Fix typo in description. From-SVN: r206580
This commit is contained in:
parent
b02281f225
commit
cd794ed4c2
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2014-01-13 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
|
||||
|
||||
* config/arm/arm.h (MAX_CONDITIONAL_EXECUTE): Fix typo in description.
|
||||
|
||||
2014-01-13 Eric Botcazou <ebotcazou@adacore.com>
|
||||
|
||||
* builtins.c (get_object_alignment_2): Minor tweak.
|
||||
|
|
|
@ -189,7 +189,7 @@ extern arm_cc arm_current_cc;
|
|||
|
||||
#define ARM_INVERSE_CONDITION_CODE(X) ((arm_cc) (((int)X) ^ 1))
|
||||
|
||||
/* The maximaum number of instructions that is beneficial to
|
||||
/* The maximum number of instructions that is beneficial to
|
||||
conditionally execute. */
|
||||
#undef MAX_CONDITIONAL_EXECUTE
|
||||
#define MAX_CONDITIONAL_EXECUTE arm_max_conditional_execute ()
|
||||
|
|
Loading…
Add table
Reference in a new issue