From e53798a7e3267305f696bf658e418c92e63e0834 Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Mon, 1 Dec 2014 10:31:54 +0000 Subject: Inlining support in optimizing. Currently only inlines simple things that don't require an environment, such as: - Returning a constant. - Returning a parameter. - Returning an arithmetic operation. Change-Id: Ie844950cb44f69e104774a3cf7a8dea66bc85661 --- compiler/optimizing/graph_visualizer.h | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'compiler/optimizing/graph_visualizer.h') 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 -- cgit v1.2.3