Commit b32eba4a by Alexandre Oliva

Whitespace change

From-SVN: r33332
parent a40d21da
......@@ -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")])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment