From d375fabd9e8cbb805fd12a33d94aa0729432ff3a Mon Sep 17 00:00:00 2001 From: Calin Juravle Date: Thu, 6 Nov 2014 15:03:23 +0000 Subject: Fix build. BuildCheckedDiv doesn't handle 12x instruction correctly. Change-Id: I59571397cfb1b7ee89538e8e0b57725b863b0ee1 --- compiler/optimizing/builder.cc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'compiler/optimizing') diff --git a/compiler/optimizing/builder.cc b/compiler/optimizing/builder.cc index d30f3e38c5..e43841a03d 100644 --- a/compiler/optimizing/builder.cc +++ b/compiler/optimizing/builder.cc @@ -1046,11 +1046,6 @@ bool HGraphBuilder::AnalyzeDexInstruction(const Instruction& instruction, uint32 break; } - case Instruction::DIV_INT_2ADDR: { - BuildCheckedDiv(instruction, dex_offset, Primitive::kPrimInt, false); - break; - } - case Instruction::DIV_FLOAT_2ADDR: { Binop_12x(instruction, Primitive::kPrimFloat); break; -- cgit v1.2.3-59-g8ed1b