Cleanup TransLocMaker::rec()
commitb3979877bd7f5a0ebcdd32c66251e7afbeff7ab4
authorGuilherme Ottoni <ottoni@fb.com>
Mon, 28 Mar 2016 18:01:47 +0000 (28 11:01 -0700)
committerHhvm Bot <hhvm-bot-bot@fb.com>
Mon, 28 Mar 2016 22:01:22 +0000 (28 15:01 -0700)
treefc3555e005f23151a9186767c1906d01c8625437
parentc7efc99690198e4d8517c8793e5ac7fed40ad872
Cleanup TransLocMaker::rec()

Summary:This method had some logic to handle the cases where cold and frozen are
aliases, which had the purpose of avoiding printing that code twice in tc-print
in such cases.  However, this logic was broken recently.  But instead of fixing
it here, I now added checks for those conditions in tc-print.  So just get rid
of the silly logic remaining here.

Reviewed By: alexmalyshev

Differential Revision: D3101524

fb-gh-sync-id: a27cab58682607066acdb972344da25ce04e6e0c
fbshipit-source-id: a27cab58682607066acdb972344da25ce04e6e0c
hphp/runtime/vm/jit/mc-generator.cpp