diff options
author | brendan <brendan@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-01-07 01:52:42 +0000 |
---|---|---|
committer | brendan <brendan@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-01-07 01:52:42 +0000 |
commit | 44a5cd600816687fb6faaca2edb2df823831b785 (patch) | |
tree | 80692bab313b650c172945b3448d7d90b89b7c79 | |
parent | b842cc8ef210d3dcf27ca93cfcb439b92b2c0340 (diff) | |
download | gcc-44a5cd600816687fb6faaca2edb2df823831b785.tar.gz |
Fix typos.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3139 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r-- | gcc/config/alpha/alpha.md | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/gcc/config/alpha/alpha.md b/gcc/config/alpha/alpha.md index 971d8a767b6..d21512978fa 100644 --- a/gcc/config/alpha/alpha.md +++ b/gcc/config/alpha/alpha.md @@ -374,8 +374,8 @@ [(parallel [(set (reg:SI 27) (umod:SI (match_operand:SI 1 "general_operand" "") (match_operand:SI 2 "general_operand" ""))) - (clobber (reg:DI 28)) - (clobber (reg:DI 23))]) + (clobber (reg:DI 23)) + (clobber (reg:DI 28))]) (set (match_operand:SI 0 "general_operand" "") (reg:SI 27))] "" @@ -392,8 +392,8 @@ [(parallel [(set (reg:DI 27) (div:DI (match_operand:DI 1 "general_operand" "") (match_operand:DI 2 "general_operand" ""))) - (clobber (reg:DI 28)) - (clobber (reg:DI 23))]) + (clobber (reg:DI 23)) + (clobber (reg:DI 28))]) (set (match_operand:DI 0 "general_operand" "") (reg:DI 27))] "" @@ -410,8 +410,8 @@ [(parallel [(set (reg:DI 27) (udiv:DI (match_operand:DI 1 "general_operand" "") (match_operand:DI 2 "general_operand" ""))) - (clobber (reg:DI 28)) - (clobber (reg:DI 23))]) + (clobber (reg:DI 23)) + (clobber (reg:DI 28))]) (set (match_operand:DI 0 "general_operand" "") (reg:DI 27))] "" @@ -428,8 +428,8 @@ [(parallel [(set (reg:DI 27) (mod:DI (match_operand:DI 1 "general_operand" "") (match_operand:DI 2 "general_operand" ""))) - (clobber (reg:DI 28)) - (clobber (reg:DI 23))]) + (clobber (reg:DI 23)) + (clobber (reg:DI 28))]) (set (match_operand:DI 0 "general_operand" "") (reg:DI 27))] "" @@ -446,8 +446,8 @@ [(parallel [(set (reg:DI 27) (umod:DI (match_operand:DI 1 "general_operand" "") (match_operand:DI 2 "general_operand" ""))) - (clobber (reg:DI 28)) - (clobber (reg:DI 23))]) + (clobber (reg:DI 23)) + (clobber (reg:DI 28))]) (set (match_operand:DI 0 "general_operand" "") (reg:DI 27))] "" |