tcg: mark set_label with TCG_OPF_BB_END flag
commit332864bd95257111bf457e3f0501114028c107d6
authorAurelien Jarno <aurelien@aurel32.net>
Mon, 10 Sep 2012 12:23:49 +0000 (10 14:23 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Wed, 19 Sep 2012 19:40:46 +0000 (19 21:40 +0200)
tree21f0b5adb837fb8d01c891d9ad510607590fc741
parent5c2d2a9ee5f1978ae980598fba80151c761105a0
tcg: mark set_label with TCG_OPF_BB_END flag

set_label is effectively the end of a basic block, as no optimization
can be made accross it. It was treated as such in the liveness analysis
code, but as a special case.

Mark it with TCG_OPF_BB_END flag so that this information can be used
by other parts of the TCG code, and remove the special case in the liveness
analysis code.

Cc: Blue Swirl <blauwirbel@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
tcg/tcg-opc.h
tcg/tcg.c