diff options
author | Nicolas Geoffray <ngeoffray@google.com> | 2014-12-15 22:59:03 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2014-12-15 22:59:03 +0000 |
commit | f7f687bbb14aa7493bbe44d62a9de6fc17dbe542 (patch) | |
tree | efe074c70fb2e125dfe2075a2f9e4568fa274fbe /compiler/optimizing/graph_visualizer.h | |
parent | 81d035213b0426ee076cc0d017c895c7833d32e8 (diff) | |
parent | e53798a7e3267305f696bf658e418c92e63e0834 (diff) |
Merge "Inlining support in optimizing."
Diffstat (limited to 'compiler/optimizing/graph_visualizer.h')
-rw-r--r-- | compiler/optimizing/graph_visualizer.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/compiler/optimizing/graph_visualizer.h b/compiler/optimizing/graph_visualizer.h index 60d996ba88..b5baed9c99 100644 --- a/compiler/optimizing/graph_visualizer.h +++ b/compiler/optimizing/graph_visualizer.h @@ -47,16 +47,7 @@ class HGraphVisualizer : public ValueObject { HGraph* graph, const char* string_filter, const CodeGenerator& codegen, - const DexCompilationUnit& cu); - - /** - * Version of `HGraphVisualizer` for unit testing, that is when a - * `DexCompilationUnit` is not available. - */ - HGraphVisualizer(std::ostream* output, - HGraph* graph, - const CodeGenerator& codegen, - const char* name); + const char* method_name); /** * If this visualizer is enabled, emit the compilation information |