diff options
Diffstat (limited to 'compiler/dex/frontend.cc')
-rw-r--r-- | compiler/dex/frontend.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/dex/frontend.cc b/compiler/dex/frontend.cc index 3d22774434..7848b065cc 100644 --- a/compiler/dex/frontend.cc +++ b/compiler/dex/frontend.cc @@ -903,7 +903,7 @@ static CompiledMethod* CompileMethod(CompilerDriver& driver, cu.mir_graph->EnableOpcodeCounting(); } - // Check early if we should skip this compilation if using the profiled filter. + // Check early if we should skip this compilation if the profiler is enabled. if (cu.compiler_driver->ProfilePresent()) { std::string methodname = PrettyMethod(method_idx, dex_file); if (cu.mir_graph->SkipCompilation(methodname)) { |