Commit 47524032 by Mike Stump

Fix indentation.

From-SVN: r168797
parent a5983012
......@@ -141,7 +141,7 @@
;; 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"
)
......@@ -149,7 +149,7 @@
;; 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"
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment