diff options
| author | 2015-03-26 14:11:53 +0000 | |
|---|---|---|
| committer | 2015-03-26 14:11:53 +0000 | |
| commit | 5eae0b6112aef6b1bc3a24427e80f1ef96e513dc (patch) | |
| tree | c26fc49bbc74615e7f0b9657aaf3757a8282d7a9 /compiler/optimizing/builder.h | |
| parent | c8924c6ea9e83ba3832dd5551df38ab06f4aaca9 (diff) | |
| parent | 8d5b8b295930aaa43255c4f0b74ece3ee8b43a47 (diff) | |
Merge "ART: Force constants into the entry block"
Diffstat (limited to 'compiler/optimizing/builder.h')
| -rw-r--r-- | compiler/optimizing/builder.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/optimizing/builder.h b/compiler/optimizing/builder.h index b206660fdc..6a0738a7b9 100644 --- a/compiler/optimizing/builder.h +++ b/compiler/optimizing/builder.h @@ -96,8 +96,6 @@ class HGraphBuilder : public ValueObject { void MaybeUpdateCurrentBlock(size_t index); HBasicBlock* FindBlockStartingAt(int32_t index) const; - HIntConstant* GetIntConstant(int32_t constant); - HLongConstant* GetLongConstant(int64_t constant); void InitializeLocals(uint16_t count); HLocal* GetLocalAt(int register_index) const; void UpdateLocal(int register_index, HInstruction* instruction) const; |