diff options
| author | 2017-02-15 13:19:22 +0000 | |
|---|---|---|
| committer | 2017-02-15 13:19:23 +0000 | |
| commit | cadf24495e1599db49ab27ef41869c6855223478 (patch) | |
| tree | af414d5e9813a7346f2822c431cb27bc24a9a997 /compiler/driver/compiler_driver.cc | |
| parent | 8b4a45c1816fe17e57e41380d3518e8b910b4f30 (diff) | |
| parent | 23a625c4c0ca13154f27bcf00928b0631e2a1f58 (diff) | |
Merge "Update verify-profile logic."
Diffstat (limited to 'compiler/driver/compiler_driver.cc')
| -rw-r--r-- | compiler/driver/compiler_driver.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/driver/compiler_driver.cc b/compiler/driver/compiler_driver.cc index f7bea32d4c..26c0818b85 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"; } |