summaryrefslogtreecommitdiff
path: root/compiler/optimizing/intrinsics_x86.h
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/optimizing/intrinsics_x86.h')
-rw-r--r--compiler/optimizing/intrinsics_x86.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/compiler/optimizing/intrinsics_x86.h b/compiler/optimizing/intrinsics_x86.h
index fc2f0e3fbd..b4f07e90d1 100644
--- a/compiler/optimizing/intrinsics_x86.h
+++ b/compiler/optimizing/intrinsics_x86.h
@@ -71,6 +71,10 @@ class IntrinsicCodeGeneratorX86 final : public IntrinsicVisitor {
ArenaAllocator* GetAllocator();
+ void HandleValueOf(HInvoke* invoke,
+ const IntrinsicVisitor::ValueOfInfo& info,
+ DataType::Type primitive_type);
+
CodeGeneratorX86* const codegen_;
DISALLOW_COPY_AND_ASSIGN(IntrinsicCodeGeneratorX86);