summaryrefslogtreecommitdiffstats
path: root/compiler/dex/quick/mips/call_mips.cc
diff options
context:
space:
mode:
authorVladimir Marko <vmarko@google.com>2013-11-27 17:04:20 +0000
committerVladimir Marko <vmarko@google.com>2013-12-17 18:24:13 +0000
commit5816ed48bc339c983b40dc493e96b97821ce7966 (patch)
tree1682c6d13ae274132f4e3630f9b20ab4bdb291a3 /compiler/dex/quick/mips/call_mips.cc
parent2b5eaa2b49f7489bafdadc4b4463ae27e4261817 (diff)
downloadandroid_art-5816ed48bc339c983b40dc493e96b97821ce7966.tar.gz
android_art-5816ed48bc339c983b40dc493e96b97821ce7966.tar.bz2
android_art-5816ed48bc339c983b40dc493e96b97821ce7966.zip
Detect special methods at the end of verification.
This moves special method handling to method inliner and prepares for eventual inlining of these methods. Change-Id: I51c51b940fb7bc714e33135cd61be69467861352
Diffstat (limited to 'compiler/dex/quick/mips/call_mips.cc')
-rw-r--r--compiler/dex/quick/mips/call_mips.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/dex/quick/mips/call_mips.cc b/compiler/dex/quick/mips/call_mips.cc
index 21d55633df..14f49aa367 100644
--- a/compiler/dex/quick/mips/call_mips.cc
+++ b/compiler/dex/quick/mips/call_mips.cc
@@ -24,7 +24,7 @@
namespace art {
void MipsMir2Lir::GenSpecialCase(BasicBlock* bb, MIR* mir,
- SpecialCaseHandler special_case) {
+ const InlineMethod& special) {
// TODO
}