summaryrefslogtreecommitdiff
path: root/compiler/driver/compiler_driver.cc
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2017-02-15 13:19:22 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2017-02-15 13:19:23 +0000
commitcadf24495e1599db49ab27ef41869c6855223478 (patch)
treeaf414d5e9813a7346f2822c431cb27bc24a9a997 /compiler/driver/compiler_driver.cc
parent8b4a45c1816fe17e57e41380d3518e8b910b4f30 (diff)
parent23a625c4c0ca13154f27bcf00928b0631e2a1f58 (diff)
Merge "Update verify-profile logic."
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 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";
}