OSDN Git Service

Recompute dominator tree after DCE.
authorNicolas Geoffray <ngeoffray@google.com>
Wed, 24 Jun 2015 11:20:24 +0000 (12:20 +0100)
committerNicolas Geoffray <ngeoffray@google.com>
Wed, 24 Jun 2015 15:33:23 +0000 (16:33 +0100)
commit18b236e5261d2b1f312e632a4d3bb2273c8bf641
tree1f4b070a76ec80935a470a1245dd37c35b71ece2
parent574cce14025e153d87ec051926d331c5a39e5f92
Recompute dominator tree after DCE.

bug:22031382

(cherry picked from commit 1f82ecc6a0c9f88d03d6d1a6d95eeb8707bd06c1)

Change-Id: I9a74edb185cb806045903dfe9695d9cc1a02e86b
compiler/optimizing/boolean_simplifier.cc
compiler/optimizing/dead_code_elimination.cc
compiler/optimizing/nodes.cc
compiler/optimizing/nodes.h
test/515-dce-dominator/expected.txt [new file with mode: 0644]
test/515-dce-dominator/info.txt [new file with mode: 0644]
test/515-dce-dominator/smali/Dominator.smali [new file with mode: 0644]
test/515-dce-dominator/src/Main.java [new file with mode: 0644]