Minor cleanup of break/continue emission
commit877c8ee9ecb63dfbcfd6df8a6923848ac833e950
authorOwen Yamauchi <oyamauchi@fb.com>
Thu, 18 Jul 2013 20:29:55 +0000 (18 13:29 -0700)
committerSara Golemon <sgolemon@fb.com>
Fri, 19 Jul 2013 19:57:26 +0000 (19 12:57 -0700)
tree88ca6b8d4af219c2d230501affc93ccdfcbcc640
parent353b33928b717a23e2711e077e6eaf66f4baca93
Minor cleanup of break/continue emission

Since variable break/continue is gone, we don't need this jonx anymore,
since the target of any break or continue is statically known. The
regular break/continue handling deals with this case appropriately.
hphp/compiler/analysis/emitter.cpp