diff options
| author | 2017-09-05 23:01:02 +0000 | |
|---|---|---|
| committer | 2017-09-05 23:01:02 +0000 | |
| commit | 28f53f57265134a9eac2dd3fe7782056357ce4fb (patch) | |
| tree | 64ca841bef8f6e030e03548044ebe924d279598f /compiler/driver/compiler_driver.h | |
| parent | 901679cbdf4c0179d784313c10285de8c21abc93 (diff) | |
| parent | d3ea5b3d7f6a829fba5979657ee8af9d8b2a7fdb (diff) | |
Merge changes I66c62317,Id097273a,If3bfe695
* changes:
ART: Recognize compile-time soft-fails
ART: Change CanAssumeVerified to GetPreviousClassState
ART: Move Class::Status to ClassStatus
Diffstat (limited to 'compiler/driver/compiler_driver.h')
| -rw-r--r-- | compiler/driver/compiler_driver.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/driver/compiler_driver.h b/compiler/driver/compiler_driver.h index 11808c1be4..d08d9d7940 100644 --- a/compiler/driver/compiler_driver.h +++ b/compiler/driver/compiler_driver.h @@ -379,8 +379,6 @@ class CompilerDriver { return profile_compilation_info_; } - bool CanAssumeVerified(ClassReference ref) const; - // Is `boot_image_filename` the name of a core image (small boot // image used for ART testing only)? static bool IsCoreImageFilename(const std::string& boot_image_filename) { |