diff options
Diffstat (limited to 'compiler/optimizing/intrinsics_x86.h')
-rw-r--r-- | compiler/optimizing/intrinsics_x86.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/optimizing/intrinsics_x86.h b/compiler/optimizing/intrinsics_x86.h index b4f07e90d1..289a3c342c 100644 --- a/compiler/optimizing/intrinsics_x86.h +++ b/compiler/optimizing/intrinsics_x86.h @@ -73,7 +73,7 @@ class IntrinsicCodeGeneratorX86 final : public IntrinsicVisitor { void HandleValueOf(HInvoke* invoke, const IntrinsicVisitor::ValueOfInfo& info, - DataType::Type primitive_type); + DataType::Type type); CodeGeneratorX86* const codegen_; |