diff options
author | Andreas Gampe <agampe@google.com> | 2015-10-29 03:57:27 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2015-10-29 03:57:27 +0000 |
commit | 594c0612519e96bcc1bd42ff4dcbfa2c53b09c5a (patch) | |
tree | d2c5cefb419cd0f9bdad2bba939235fbe2c5fbfd /compiler/optimizing/builder.h | |
parent | 5f2e628b280dfc5f8385e489d44cc0960fcea484 (diff) | |
parent | 55d02cf056f993aeafebd54e7b7c68c7a48507c9 (diff) |
Merge "Revert "Enable store elimination for singleton objects.""
Diffstat (limited to 'compiler/optimizing/builder.h')
-rw-r--r-- | compiler/optimizing/builder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/optimizing/builder.h b/compiler/optimizing/builder.h index 0f64489d987..9eaa4b62c5d 100644 --- a/compiler/optimizing/builder.h +++ b/compiler/optimizing/builder.h @@ -138,7 +138,7 @@ class HGraphBuilder : public ValueObject { HInstruction* LoadLocal(uint32_t register_index, Primitive::Type type, uint32_t dex_pc) const; void PotentiallyAddSuspendCheck(HBasicBlock* target, uint32_t dex_pc); void InitializeParameters(uint16_t number_of_parameters); - bool NeedsAccessCheck(uint32_t type_index, bool* finalizable) const; + bool NeedsAccessCheck(uint32_t type_index) const; template<typename T> void Unop_12x(const Instruction& instruction, Primitive::Type type, uint32_t dex_pc); |