From c903b6af634927479915eaa9516d493eea23f911 Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Mon, 18 Jan 2016 12:56:06 +0000 Subject: Move --dump-cfg and dump-cfg-append to CompilerOptions. It simplifies passing the option to the JIT. Change-Id: Iee1b722362899e5809ef97be90961e3dda1e16cc --- compiler/common_compiler_test.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'compiler/common_compiler_test.cc') diff --git a/compiler/common_compiler_test.cc b/compiler/common_compiler_test.cc index b5fd1e074f..9594dce029 100644 --- a/compiler/common_compiler_test.cc +++ b/compiler/common_compiler_test.cc @@ -204,8 +204,6 @@ void CommonCompilerTest::CreateCompilerDriver(Compiler::Kind kind, InstructionSe 2, true, true, - "", - false, timer_.get(), -1, /* dex_to_oat_map */ nullptr, -- cgit v1.2.3-59-g8ed1b