diff options
| author | 2015-04-16 15:53:22 +0000 | |
|---|---|---|
| committer | 2015-04-16 15:53:23 +0000 | |
| commit | e7bee3b7d307508243f4a00b5cf8a8867fcaaff5 (patch) | |
| tree | b9d350a3d1432d7546e5feab77e25807d328300a /compiler/optimizing/graph_checker.h | |
| parent | 59bb47675b1f1bafbcababadb4a6ba1c345fec1a (diff) | |
| parent | a4f8831d6533e4fe5aed18433099e1130d95a877 (diff) | |
Merge "Remove duplicates phis created during SSA transformation"
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: ") {} |