OSDN Git Service

ART: Remove a BasicBlock's fall_through pointer in Hide()
authorJean Christophe Beyler <jean.christophe.beyler@intel.com>
Wed, 18 Jun 2014 21:14:15 +0000 (14:14 -0700)
committerChao-ying Fu <chao-ying.fu@intel.com>
Wed, 20 Aug 2014 23:46:32 +0000 (16:46 -0700)
commitf588b50986fe34cba26fc3ff3100af384c081dba
tree3165fd81e0f78804024f9a42570dedc501a4be14
parent07277a700cdc7de2f40773a05c7a791b71abd581
ART: Remove a BasicBlock's fall_through pointer in Hide()

Remove the fall_through link that a BasicBlock has to its child when
calling its Hide function.  Useful for removing the visible link that is
there when we dump the CFG.

Change-Id: Ie82c48b195d1d62e2984d284dcc29ed7d7444db2
Signed-off-by: Jean Christophe Beyler <jean.christophe.beyler@intel.com>
compiler/dex/mir_graph.cc