From 412f10cfed002ab617c78f2621d68446ca4dd8bd Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Thu, 19 Jun 2014 10:00:34 +0100 Subject: Support longs in the register allocator for x86_64. Change-Id: I7fb6dfb761bc5cf9e5705682032855a0a70ca867 --- compiler/optimizing/builder.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'compiler/optimizing/builder.h') diff --git a/compiler/optimizing/builder.h b/compiler/optimizing/builder.h index 0852a26c55..ee32ca80ac 100644 --- a/compiler/optimizing/builder.h +++ b/compiler/optimizing/builder.h @@ -73,7 +73,7 @@ class HGraphBuilder : public ValueObject { bool InitializeParameters(uint16_t number_of_parameters); template - void Binop_32x(const Instruction& instruction, Primitive::Type type); + void Binop_23x(const Instruction& instruction, Primitive::Type type); template void Binop_12x(const Instruction& instruction, Primitive::Type type); @@ -84,11 +84,8 @@ class HGraphBuilder : public ValueObject { template void Binop_22s(const Instruction& instruction, bool reverse); - template - void If_22t(const Instruction& instruction, int32_t dex_offset); - - template - void If_21t(const Instruction& instruction, int32_t dex_offset); + template void If_21t(const Instruction& instruction, int32_t dex_offset); + template void If_22t(const Instruction& instruction, int32_t dex_offset); void BuildReturn(const Instruction& instruction, Primitive::Type type); -- cgit v1.2.3-59-g8ed1b