From b55f835d66a61e5da6fc1895ba5a0482868c9552 Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Mon, 7 Apr 2014 15:26:35 +0100 Subject: Test control flow instruction with optimizing compiler. Add support for basic instructions to implement these tests. Change-Id: I3870bf9301599043b3511522bb49dc6364c9b4c0 --- compiler/optimizing/builder.h | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/optimizing/builder.h') diff --git a/compiler/optimizing/builder.h b/compiler/optimizing/builder.h index df64d712c..60d998224 100644 --- a/compiler/optimizing/builder.h +++ b/compiler/optimizing/builder.h @@ -79,6 +79,7 @@ class HGraphBuilder : public ValueObject { template void Binop_12x(const Instruction& instruction); template void Binop_22b(const Instruction& instruction, bool reverse); template void Binop_22s(const Instruction& instruction, bool reverse); + template void If_22t(const Instruction& instruction, int32_t dex_offset, bool is_not); ArenaAllocator* const arena_; -- cgit v1.2.3