diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2002-11-17 03:18:12 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2002-11-17 03:18:12 +0000 |
commit | 6d55e887d04f44a1b9274882896ec7128ed8c5c5 (patch) | |
tree | 690f05066bc424442ec52820e50b33e5c4ec14d1 /gcc | |
parent | b0fc58713dc5c60f3a0bbe792124c37eb97d5d5a (diff) | |
download | gcc-6d55e887d04f44a1b9274882896ec7128ed8c5c5.zip gcc-6d55e887d04f44a1b9274882896ec7128ed8c5c5.tar.gz gcc-6d55e887d04f44a1b9274882896ec7128ed8c5c5.tar.bz2 |
* config/h8300/h8300.md: Fix formatting.
From-SVN: r59180
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/h8300/h8300.md | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ca91f5c..d4197bf 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2002-11-16 Kazu Hirata <kazu@cs.umass.edu> + * config/h8300/h8300.md: Fix formatting. + +2002-11-16 Kazu Hirata <kazu@cs.umass.edu> + * config/h8300/h8300.md: Replace spaces with tabs. * config/h8300/t-h8300: Remove a trailing empty line. diff --git a/gcc/config/h8300/h8300.md b/gcc/config/h8300/h8300.md index 4fb184b0..8923fcc 100644 --- a/gcc/config/h8300/h8300.md +++ b/gcc/config/h8300/h8300.md @@ -1103,7 +1103,7 @@ [(set (match_operand:HI 0 "register_operand" "=r") (ior:HI (and:HI (match_operand:HI 2 "register_operand" "r") (match_operand:HI 3 "single_one_operand" "n")) - (match_operand:HI 1 "register_operand" "0")))] + (match_operand:HI 1 "register_operand" "0")))] "" "* { @@ -1122,7 +1122,7 @@ [(set (match_operand:SI 0 "register_operand" "=r") (ior:SI (and:SI (match_operand:SI 2 "register_operand" "r") (match_operand:SI 3 "single_one_operand" "n")) - (match_operand:SI 1 "register_operand" "0")))] + (match_operand:SI 1 "register_operand" "0")))] "(INTVAL (operands[3]) & 0xffff) != 0" "* { |