diff options
author | 2016-01-18 12:56:06 +0000 | |
---|---|---|
committer | 2016-01-18 12:56:06 +0000 | |
commit | c903b6af634927479915eaa9516d493eea23f911 (patch) | |
tree | d14d0e2f323516ffac38baba7be4dce320fd772b /compiler/oat_test.cc | |
parent | b8bb9f6d0b59be125066f604f134155f8998f5ae (diff) |
Move --dump-cfg and dump-cfg-append to CompilerOptions.
It simplifies passing the option to the JIT.
Change-Id: Iee1b722362899e5809ef97be90961e3dda1e16cc
Diffstat (limited to 'compiler/oat_test.cc')
-rw-r--r-- | compiler/oat_test.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/oat_test.cc b/compiler/oat_test.cc index 9f7ffa5ace..7a2b74ed88 100644 --- a/compiler/oat_test.cc +++ b/compiler/oat_test.cc @@ -117,8 +117,6 @@ class OatTest : public CommonCompilerTest { 2, true, true, - "", - false, timer_.get(), -1, nullptr, |