Clean up cgCheckStaticBitAndDecRef
commit14a63fd0693d57f8c3ceb59f371166ff40594790
authorJordan DeLong <jdelong@fb.com>
Tue, 14 Apr 2015 21:10:02 +0000 (14 14:10 -0700)
committerhhvm-bot <hhvm-bot@fb.com>
Wed, 15 Apr 2015 20:00:49 +0000 (15 13:00 -0700)
treec7a9ccbc2004069cd0fee905c9059dd54663b08c
parentfa913c3564c12eb2607108d36cad5d1872e8e7da
Clean up cgCheckStaticBitAndDecRef

Summary: This function used to be shared by multiple callers, but now that
DecRefThis is gone it only has a single caller, which allows us to simplify it
a bit.

Reviewed By: @swtaarrs

Differential Revision: D1992386
hphp/runtime/vm/jit/code-gen-helpers-x64.cpp
hphp/runtime/vm/jit/code-gen-helpers-x64.h
hphp/runtime/vm/jit/code-gen-x64.cpp
hphp/runtime/vm/jit/code-gen-x64.h