Unify codegen for forward and backward variants of branches. Often the forward (jfoo) and backward (loop_if_foo) variants of branches both exist and native codegen is completely duplicated. These should be unified.
Created attachment 44727 [details] Patch
style-queue ran check-webkit-style on attachment 44727 [details] without any errors.
Comment on attachment 44727 [details] Patch r=me yay for lots of minuses
Committed r52051: <http://trac.webkit.org/changeset/52051>