Whitespace change
From-SVN: r33332
This commit is contained in:
parent
a40d21da8f
commit
b32eba4a4d
1 changed files with 11 additions and 11 deletions
|
@ -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")])
|
||||
|
|
Loading…
Add table
Reference in a new issue