summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_driver.cc
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2017-02-06 10:28:33 +0000
committer Nicolas Geoffray <ngeoffray@google.com> 2017-02-15 10:45:40 +0000
commit23a625c4c0ca13154f27bcf00928b0631e2a1f58 (patch)
treec1168ff16b71fb45a9f1c4714953919a0c9df7c5 /compiler/driver/compiler_driver.cc
parentf85fc6bd9d65ef4689d6af797adb889da8cf15e3 (diff)
Update verify-profile logic.
To start measuring OTA time improvements correctly, return verify-profile as non-profile filter of verify-profile. bug:34715556 Test: device boots, interpret-only is not used Change-Id: I098a23d6dc958530df4eb94209d07d735576e0eb
Diffstat (limited to 'compiler/driver/compiler_driver.cc')
-rw-r--r--compiler/driver/compiler_driver.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/driver/compiler_driver.cc b/compiler/driver/compiler_driver.cc
index 1d4eaf8c5a..cf95c5e845 100644
--- a/compiler/driver/compiler_driver.cc
+++ b/compiler/driver/compiler_driver.cc
@@ -311,9 +311,6 @@ CompilerDriver::CompilerDriver(
compiler_->Init();
- if (compiler_options->VerifyOnlyProfile()) {
- CHECK(profile_compilation_info_ != nullptr) << "Requires profile";
- }
if (GetCompilerOptions().IsBootImage()) {
CHECK(image_classes_.get() != nullptr) << "Expected image classes for boot image";
}