diff options
author | Alexandre Oliva <aoliva@gcc.gnu.org> | 2000-04-22 00:43:22 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@gcc.gnu.org> | 2000-04-22 00:43:22 +0000 |
commit | b32eba4a4d615ad94a3694bbaf93b3e9cb964b68 (patch) | |
tree | 69d808399c8e15d4cde1a66b617fdf73094326f8 /gcc | |
parent | a40d21da8f16783007aa8af78f2dae948b178542 (diff) | |
download | gcc-b32eba4a4d615ad94a3694bbaf93b3e9cb964b68.zip gcc-b32eba4a4d615ad94a3694bbaf93b3e9cb964b68.tar.gz gcc-b32eba4a4d615ad94a3694bbaf93b3e9cb964b68.tar.bz2 |
Whitespace change
From-SVN: r33332
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/mn10300/mn10300.md | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/gcc/config/mn10300/mn10300.md b/gcc/config/mn10300/mn10300.md index 5606437..80bd881 100644 --- a/gcc/config/mn10300/mn10300.md +++ b/gcc/config/mn10300/mn10300.md @@ -98,7 +98,7 @@ case 9: return \"movbu %1,%0\"; default: - abort(); + abort (); } }" [(set_attr "cc" "none,none,clobber,none_0hit,none_0hit,none_0hit,none_0hit,none_0hit,none_0hit,none_0hit")]) @@ -136,7 +136,7 @@ case 9: return \"movbu %1,%0\"; default: - abort(); + abort (); } }" [(set_attr "cc" "none,none,clobber,none_0hit,none_0hit,none_0hit,none_0hit,none_0hit,none_0hit,none_0hit")]) @@ -198,7 +198,7 @@ case 9: return \"movhu %1,%0\"; default: - abort(); + abort (); } }" [(set_attr "cc" "none,none,clobber,none_0hit,none_0hit,none_0hit,none_0hit,none_0hit,none_0hit,none_0hit")]) @@ -235,7 +235,7 @@ case 9: return \"movhu %1,%0\"; default: - abort(); + abort (); } }" [(set_attr "cc" "none,none,clobber,none_0hit,none_0hit,none_0hit,none_0hit,none_0hit,none_0hit,none_0hit")]) @@ -341,7 +341,7 @@ } return \"mov %1,%0\"; default: - abort(); + abort (); } }" [(set_attr "cc" "none,none,clobber,none_0hit,none_0hit,none_0hit,none_0hit,none_0hit,none_0hit,none_0hit,none_0hit,none_0hit,none_0hit,none_0hit")]) @@ -386,7 +386,7 @@ } return \"mov %1,%0\"; default: - abort(); + abort (); } }" [(set_attr "cc" "none,none,clobber,none_0hit,none_0hit,none_0hit")]) @@ -534,7 +534,7 @@ return \"\"; } default: - abort(); + abort (); } }" [(set_attr "cc" "none,none,clobber,none_0hit,none_0hit,none_0hit,none_0hit,none_0hit,none_0hit,none_0hit,none_0hit,none_0hit")]) @@ -682,11 +682,11 @@ return \"\"; } default: - abort(); + abort (); } }" [(set_attr "cc" "none,none,clobber,none_0hit,none_0hit,none_0hit,none_0hit,none_0hit,none_0hit,none_0hit,none_0hit,none_0hit")]) - + ;; ---------------------------------------------------------------------- @@ -832,7 +832,7 @@ return \"mov %2,%0\;add %1,%0\"; } default: - abort(); + abort (); } }" [(set_attr "cc" "set_zn,none_0hit,none_0hit,set_zn,none_0hit,set_zn")]) @@ -874,7 +874,7 @@ return \"mov %1,%0\;add %2,%0\"; return \"mov %2,%0\;add %1,%0\"; default: - abort(); + abort (); } }" [(set_attr "cc" "set_zn,none_0hit,none_0hit,set_zn,none_0hit,set_zn")]) |