emit.c: emit_expr: extract out emit_access_expr
commit26d1b7616fb0897560f08409042868c8fdac8a3c
authorSven Verdoolaege <skimo@kotnet.org>
Sat, 12 Apr 2014 09:31:21 +0000 (12 11:31 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 20 Jun 2014 14:29:16 +0000 (20 16:29 +0200)
tree3601c80dce8d2edead5cb90324d35f1af3c11f57
parentd76cd283d0f5f3f81f65843d25ff1b6bd1b013df
emit.c: emit_expr: extract out emit_access_expr

The function emit_expr was getting a bit long and we will be making
further changes to emit_access_expr.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
emit.c