commit | 8e73ac34f4fac4aee96ccef82e08fab0474a4c98 | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Mon Feb 15 18:20:01 2016 +0000 |
committer | David Brazdil <dbrazdil@google.com> | Mon Feb 15 18:20:01 2016 +0000 |
tree | 0d7281360c62f25dfb700006756a669178f07603 | |
parent | b3871cd241eed77bfdd83c36182c19273c351da6 [diff] |
Fix broken tests Change-Id: I9d0f1064e8cd63045283445946c46594a50d4b84
diff --git a/compiler/optimizing/graph_checker_test.cc b/compiler/optimizing/graph_checker_test.cc index 659141f..2b82319 100644 --- a/compiler/optimizing/graph_checker_test.cc +++ b/compiler/optimizing/graph_checker_test.cc
@@ -38,6 +38,7 @@ graph->AddBlock(exit_block); graph->SetExitBlock(exit_block); entry_block->AddSuccessor(exit_block); + graph->BuildDominatorTree(); return graph; }