From: bje Date: Tue, 14 Oct 2008 05:15:35 +0000 (+0000) Subject: * config/rs6000/rs6000.md (cell_micro): Fix formatting. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d74e516b8ca5944ea6389cb864f0509c4c48809f;p=thirdparty%2Fgcc.git * config/rs6000/rs6000.md (cell_micro): Fix formatting. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@141103 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7cdbe4489b81..93fc32b2ec18 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2008-10-14 Ben Elliston + + * config/rs6000/rs6000.md (cell_micro): Fix formatting. + 2008-10-13 Joseph Myers * combine.c (simplify_set): Avoid calling LOAD_EXTEND_OP on diff --git a/gcc/config/rs6000/rs6000.md b/gcc/config/rs6000/rs6000.md index 4a49a5b505d1..4fa690d80977 100644 --- a/gcc/config/rs6000/rs6000.md +++ b/gcc/config/rs6000/rs6000.md @@ -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")