OSDN Git Service

Bug fix for dominance frontier calculation in SSA transformation.
authorBen Cheng <bccheng@android.com>
Fri, 18 Mar 2011 00:17:42 +0000 (17:17 -0700)
committerBen Cheng <bccheng@android.com>
Fri, 18 Mar 2011 00:17:42 +0000 (17:17 -0700)
commit4b68254ab6f567cc1763c63b50f613632237d13f
tree162c7d51298693fa5df84c1df92cb6288602d520
parentaa44792e97ca6f2a3c49033f423c519c1d0fda73
Bug fix for dominance frontier calculation in SSA transformation.

The comparison should be based on the immediate dominator instead of
the whole dominator set.

Change-Id: Id5130051f5dd13c3b486200c520fdc64d207c10e
vm/compiler/MethodSSATransformation.c