diff options
author | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-01-14 18:11:27 +0000 |
---|---|---|
committer | mrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-01-14 18:11:27 +0000 |
commit | 5ffec09810362eeb5a014f178ea92eff47cc7bec (patch) | |
tree | f49641c51da81ffce844c37c5c41b489e6b1a135 /gcc/config/fr30 | |
parent | 1ef7c0d19b2157978996cb735f1439fbab978a38 (diff) | |
download | gcc-5ffec09810362eeb5a014f178ea92eff47cc7bec.tar.gz |
Fix indentation.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@168797 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/fr30')
-rw-r--r-- | gcc/config/fr30/fr30.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/fr30/fr30.md b/gcc/config/fr30/fr30.md index ed96bbd7861..afab0512d62 100644 --- a/gcc/config/fr30/fr30.md +++ b/gcc/config/fr30/fr30.md @@ -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" ) |