diff options
author | 2015-08-19 18:05:46 +0000 | |
---|---|---|
committer | 2015-08-19 18:05:46 +0000 | |
commit | 99429ae0610e8d67d417542942c4befb35950bd3 (patch) | |
tree | 707a048ce213083edcf370a0a021e66a709d157c /compiler/optimizing/inliner.h | |
parent | a35d4c9d66b372e7ae1014357c48ddfa6104085b (diff) | |
parent | 581550137ee3a068a14224870e71aeee924a0646 (diff) |
Merge "Revert "Revert "Optimizing: Better invoke-static/-direct dispatch."""
Diffstat (limited to 'compiler/optimizing/inliner.h')
-rw-r--r-- | compiler/optimizing/inliner.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/optimizing/inliner.h b/compiler/optimizing/inliner.h index ffd7569313..9062e1ab00 100644 --- a/compiler/optimizing/inliner.h +++ b/compiler/optimizing/inliner.h @@ -49,7 +49,7 @@ class HInliner : public HOptimization { static constexpr const char* kInlinerPassName = "inliner"; private: - bool TryInline(HInvoke* invoke_instruction, uint32_t method_index) const; + bool TryInline(HInvoke* invoke_instruction) const; bool TryBuildAndInline(ArtMethod* resolved_method, HInvoke* invoke_instruction, bool same_dex_file) const; |