diff options
Diffstat (limited to 'compiler/optimizing/graph_checker.h')
| -rw-r--r-- | compiler/optimizing/graph_checker.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/optimizing/graph_checker.h b/compiler/optimizing/graph_checker.h index 4568a5ef9d..24fee373f9 100644 --- a/compiler/optimizing/graph_checker.h +++ b/compiler/optimizing/graph_checker.h @@ -85,6 +85,7 @@ class SSAChecker : public GraphChecker { public: typedef GraphChecker super_type; + // TODO: There's no need to pass a separate allocator as we could get it from the graph. SSAChecker(ArenaAllocator* allocator, HGraph* graph) : GraphChecker(allocator, graph, "art::SSAChecker: ") {} |