From 30ca3d847fe72cfa33e1b2473100ea2d8bea4517 Mon Sep 17 00:00:00 2001 From: Roland Levillain Date: Thu, 23 Oct 2014 18:07:44 +0100 Subject: Revert "Implement long negate instruction in the optimizing compiler." This reverts commit 66ce173a40eff4392e9949ede169ccf3108be2db. --- compiler/optimizing/builder.cc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'compiler/optimizing/builder.cc') diff --git a/compiler/optimizing/builder.cc b/compiler/optimizing/builder.cc index 0ab7782e2c..79cbd0ee21 100644 --- a/compiler/optimizing/builder.cc +++ b/compiler/optimizing/builder.cc @@ -748,11 +748,6 @@ bool HGraphBuilder::AnalyzeDexInstruction(const Instruction& instruction, uint32 break; } - case Instruction::NEG_LONG: { - Unop_12x(instruction, Primitive::kPrimLong); - break; - } - case Instruction::NOT_INT: { Unop_12x(instruction, Primitive::kPrimInt); break; -- cgit v1.2.3-59-g8ed1b