On 12/11/2015 05:41 AM, Peter Maydell wrote:
Hi; I noticed while grepping through code that the version of tcg_liveness_analysis() in tcg/tcg.c for #ifndef USE_LIVENESS_ANALYSIS won't compile because it's still referring to the no-longer-existent TCGContext::gen_opc_buf.
Oops.
Richard, I think this was probably broken as part of your changes to use a linked list of ops instead. Should we update the dummy function, or just delete it on the grounds nobody noticed it was broken? :-) (There are also 3 now-stale comments in the tree that refer to gen_opc_buf still.)
I guess we should keep it, since it's so easy to do so. Patch to follow. r~