]> gcc.gnu.org Git - gcc.git/commitdiff
Fix indentation.
authorMike Stump <mrs@gcc.gnu.org>
Fri, 14 Jan 2011 18:11:27 +0000 (18:11 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Fri, 14 Jan 2011 18:11:27 +0000 (18:11 +0000)
From-SVN: r168797

gcc/config/fr30/fr30.md

index ed96bbd7861a3a51f643adac3be3d3a1e225ce6d..afab0512d62be447268bcb687f6b28215c5e12f1 100644 (file)
 ;; Push a register onto the stack
 (define_insn "movsi_push"
   [(set:SI (mem:SI (pre_dec:SI (reg:SI 15)))
-       (match_operand:SI 0 "register_operand" "a"))]
+          (match_operand:SI 0 "register_operand" "a"))]
   ""
   "st  %0, @-r15"
 )
 ;; Pop a register off the stack
 (define_insn "movsi_pop"
   [(set:SI (match_operand:SI 0 "register_operand" "=a")
-       (mem:SI (post_inc:SI (reg:SI 15))))]
+          (mem:SI (post_inc:SI (reg:SI 15))))]
   ""
   "ld  @r15+, %0"
 )
This page took 0.061437 seconds and 5 git commands to generate.