Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_art
/
5ca9e68cf2c05d0a5cd8ee0f206df8582a09f3bd
/
.
/
test
/
695-simplify-throws
/
info.txt
blob: 3f7632984e757b642b10e7ad31c9ed5ebbb43843 [
file
] [
log
] [
blame
]
Regression test for the DCE pass of the compiler which used
to trip on this code: the DCE pass would re-build the dominator
tree and that code used to not anticipate seeing phis in the graph.