Tidy up hhbc-translator.h
commitf75a35f59b4d943e15a5b86f870a73918788eb5e
authorBert Maher <bertrand@fb.com>
Thu, 12 Jun 2014 00:22:09 +0000 (11 17:22 -0700)
committerfacebook-github-bot <githubbot@fb.com>
Thu, 12 Jun 2014 17:13:19 +0000 (12 10:13 -0700)
tree1880cfa8f477d4525c3b595024a3387c66c46383
parentc1eaea72a0c42d0a357dea61f35c9933862ac2d5
Tidy up hhbc-translator.h

Summary: @mxw's work on code cleanliness inspired me to do some
spring cleaning on hhbc-translator.h.  It wasn't in too bad a shape,
but moving some implementation to the .cpp and grouping the public and
private parts makes it a bit easier to look through.

Reviewed By: @alexmalyshev

Differential Revision: D1378739
hphp/runtime/vm/jit/hhbc-translator.cpp
hphp/runtime/vm/jit/hhbc-translator.h
hphp/runtime/vm/jit/minstr-translator.cpp