[jit] Use cfg->cbb to refer to the current bblock, avoid using the 'bblock' variable...
authorZoltan Varga <vargaz@gmail.com>
Mon, 15 Jun 2015 22:33:39 +0000 (18:33 -0400)
committerZoltan Varga <vargaz@gmail.com>
Mon, 15 Jun 2015 22:33:39 +0000 (18:33 -0400)
commita8c943dec84b23cc894d8cf8f51c03256f92fb55
tree6a87a1d4b31dc50dbe9030dc126dccbe2343bd77
parentf29e0b01efadbd3e8c25e83ef8200ebcda0279ea
[jit] Use cfg->cbb to refer to the current bblock, avoid using the 'bblock' variable defined in method_to_ir () for this purpose, since it needs to be updated after every call which changes cfg->cbb.
mono/mini/decompose.c
mono/mini/method-to-ir.c
mono/mini/mini.h