Currently there are the following branchStructure() implementations: JSC::JIT::branchStructure() JSC::branchStructure() JSC::DFG::JITCompiler::branchStructure() They all do the same thing. There should only be one.
Created attachment 260446 [details] the patch
Comment on attachment 260446 [details] the patch r=me I like duplicate code removal.
Landed in http://trac.webkit.org/changeset/189272