diff options
Diffstat (limited to 'compiler/optimizing/instruction_builder.h')
-rw-r--r-- | compiler/optimizing/instruction_builder.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/optimizing/instruction_builder.h b/compiler/optimizing/instruction_builder.h index 3d65d8fb54..5c165d7bf9 100644 --- a/compiler/optimizing/instruction_builder.h +++ b/compiler/optimizing/instruction_builder.h @@ -116,8 +116,8 @@ class HInstructionBuilder : public ValueObject { template<typename T> void Binop_22s(const Instruction& instruction, bool reverse, uint32_t dex_pc); - template<typename T> void If_21t(const Instruction& instruction, uint32_t dex_pc); - template<typename T> void If_22t(const Instruction& instruction, uint32_t dex_pc); + template<typename T, bool kCompareWithZero> + void If_21_22t(const Instruction& instruction, uint32_t dex_pc); void Conversion_12x(const Instruction& instruction, DataType::Type input_type, |