summaryrefslogtreecommitdiffstats
path: root/compiler/dex/quick/dex_file_method_inliner.h
diff options
context:
space:
mode:
authorVladimir Marko <vmarko@google.com>2014-06-17 17:56:50 +0000
committerVladimir Marko <vmarko@google.com>2014-06-17 19:02:28 +0100
commit4c115b85cc48f4dfc8fc2b0484ddfeb29f02d658 (patch)
treee209fa66b6f75d606da8f7ce4f6ee8a0c41c3973 /compiler/dex/quick/dex_file_method_inliner.h
parentb5c526df4c2f9a7fccd7602628f265ba20cb1476 (diff)
downloadart-4c115b85cc48f4dfc8fc2b0484ddfeb29f02d658.tar.gz
art-4c115b85cc48f4dfc8fc2b0484ddfeb29f02d658.tar.bz2
art-4c115b85cc48f4dfc8fc2b0484ddfeb29f02d658.zip
Revert "Add x86 inlined abs method for float/double"
This reverts commit e88b89ad1d1a583daf205c7a387ba13f549f95f1. Change-Id: I2ba21b7442ba3696482d45001e6bd32e8baf9d1f
Diffstat (limited to 'compiler/dex/quick/dex_file_method_inliner.h')
-rw-r--r--compiler/dex/quick/dex_file_method_inliner.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/dex/quick/dex_file_method_inliner.h b/compiler/dex/quick/dex_file_method_inliner.h
index 70693c2013..c03f89c8fa 100644
--- a/compiler/dex/quick/dex_file_method_inliner.h
+++ b/compiler/dex/quick/dex_file_method_inliner.h
@@ -67,7 +67,7 @@ class DexFileMethodInliner {
/**
* Check whether a particular method index corresponds to an intrinsic function.
*/
- bool IsIntrinsic(uint32_t method_index, InlineMethod* intrinsic) LOCKS_EXCLUDED(lock_);
+ bool IsIntrinsic(uint32_t method_index) LOCKS_EXCLUDED(lock_);
/**
* Generate code for an intrinsic function invocation.