commit | fa3091ef031da6c18478fdede12d7762634ee271 | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Tue Apr 19 10:10:17 2016 +0100 |
committer | David Brazdil <dbrazdil@google.com> | Tue Apr 19 09:15:58 2016 +0000 |
tree | 603400fda7a81ddc585c204dbb781536c64bba99 | |
parent | 54c819513ab759815858647cd513c4f351568751 [diff] |
ART: Fix IsLinearOrderWellFormed in liveness analysis Graph may contain nullptr in list of basic blocks when the basic block is removed. So we must handle nullptr explicitly. Bug: 28252537 Change-Id: If430939b8fe793e4a9c974936180d06c1a9f90c6 Signed-off-by: Serguei Katkov <serguei.i.katkov@intel.com>