mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-31 09:20:44 +08:00
* config/rs6000/rs6000.md (cell_micro): Fix formatting.
From-SVN: r141103
This commit is contained in:
parent
88de9dd023
commit
f8f49aeaad
@ -1,3 +1,7 @@
|
||||
2008-10-14 Ben Elliston <bje@au.ibm.com>
|
||||
|
||||
* config/rs6000/rs6000.md (cell_micro): Fix formatting.
|
||||
|
||||
2008-10-13 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* combine.c (simplify_set): Avoid calling LOAD_EXTEND_OP on
|
||||
|
@ -145,10 +145,9 @@
|
||||
;; If this instruction is microcoded on the CELL processor
|
||||
; The default for load extended, the recorded instructions and rotate/shifts by a variable is always microcoded
|
||||
(define_attr "cell_micro" "not,conditional,always"
|
||||
(if_then_else (eq_attr "type" "compare,delayed_compare,imul_compare,lmul_compare,load_ext,load_ext_ux,var_shift_rotate,var_delayed_compare")
|
||||
(const_string "always")
|
||||
(const_string "not")))
|
||||
|
||||
(if_then_else (eq_attr "type" "compare,delayed_compare,imul_compare,lmul_compare,load_ext,load_ext_ux,var_shift_rotate,var_delayed_compare")
|
||||
(const_string "always")
|
||||
(const_string "not")))
|
||||
|
||||
(automata_option "ndfa")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user