summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>2000-04-22 00:43:22 +0000
committeraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>2000-04-22 00:43:22 +0000
commitd0fff0a4e16e5eba3866d1b42b13701b771083c1 (patch)
tree69d808399c8e15d4cde1a66b617fdf73094326f8
parentde5bb3317db3f2f04834198b888197d0a2d53d45 (diff)
downloadppe42-gcc-d0fff0a4e16e5eba3866d1b42b13701b771083c1.tar.gz
ppe42-gcc-d0fff0a4e16e5eba3866d1b42b13701b771083c1.zip
Whitespace change
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33332 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/config/mn10300/mn10300.md22
1 files changed, 11 insertions, 11 deletions
diff --git a/gcc/config/mn10300/mn10300.md b/gcc/config/mn10300/mn10300.md
index 56064378679..80bd881cd76 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")])
OpenPOWER on IntegriCloud