This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: rs6000.md formatting tweak


I made a small formatting adjustment to Andrew's recent patch.
Committed as obvious after inspecting with diff -w.

Ben

2008-10-14  Ben Elliston  <bje@au.ibm.com>

        * config/rs6000/rs6000.md (cell_micro): Fix formatting.

Index: gcc/config/rs6000/rs6000.md
===================================================================
--- gcc/config/rs6000/rs6000.md (revision 141102)
+++ gcc/config/rs6000/rs6000.md (working copy)
@@ -145,10 +145,9 @@ (define_attr "cpu" "rios1,rios2,rs64a,mp
 ;; 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")
 



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]