summaryrefslogtreecommitdiffstats
path: root/compiler/optimizing/code_generator_arm.h
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2015-03-24 02:39:46 +0000
committerAndreas Gampe <agampe@google.com>2015-03-24 02:39:46 +0000
commit0ba627337274ccfb8c9cb9bf23fffb1e1b9d1430 (patch)
tree0e1d0813c1d8d1c7239a900c1653296975713df0 /compiler/optimizing/code_generator_arm.h
parente295e6ec5beaea31be5d7d3c996cd8cfa2053129 (diff)
downloadart-0ba627337274ccfb8c9cb9bf23fffb1e1b9d1430.tar.gz
art-0ba627337274ccfb8c9cb9bf23fffb1e1b9d1430.tar.bz2
art-0ba627337274ccfb8c9cb9bf23fffb1e1b9d1430.zip
Revert "Deoptimization-based bce."
This breaks compiling the core image: Error after BCE: art::SSAChecker: Instruction 219 in block 1 does not dominate use 221 in block 1. This reverts commit e295e6ec5beaea31be5d7d3c996cd8cfa2053129. Change-Id: Ieeb48797d451836ed506ccb940872f1443942e4e
Diffstat (limited to 'compiler/optimizing/code_generator_arm.h')
-rw-r--r--compiler/optimizing/code_generator_arm.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler/optimizing/code_generator_arm.h b/compiler/optimizing/code_generator_arm.h
index 946a8a5c1b..57e1d2f2f5 100644
--- a/compiler/optimizing/code_generator_arm.h
+++ b/compiler/optimizing/code_generator_arm.h
@@ -169,10 +169,6 @@ class InstructionCodeGeneratorARM : public HGraphVisitor {
void HandleFieldGet(HInstruction* instruction, const FieldInfo& field_info);
void GenerateImplicitNullCheck(HNullCheck* instruction);
void GenerateExplicitNullCheck(HNullCheck* instruction);
- void GenerateTestAndBranch(HInstruction* instruction,
- Label* true_target,
- Label* false_target,
- Label* always_true_target);
ArmAssembler* const assembler_;
CodeGeneratorARM* const codegen_;