From cf8d1bb97e193e02b430d707d3b669565fababb4 Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Mon, 25 Jan 2016 09:43:30 +0000 Subject: Revert "X86: Use the constant area for more operations." Hits a DCHECK: dex2oatd F 19461 20411 art/compiler/optimizing/pc_relative_fixups_x86.cc:196] Check failed: !invoke_static_or_direct->HasCurrentMethodInput() This reverts commit dc00454f0b9a134f01f79b419200f4044c2af5c6. Change-Id: Idfcacf12eb9e1dd7e68d95e880fda0f76f90e9ed --- compiler/optimizing/nodes.h | 1 - 1 file changed, 1 deletion(-) (limited to 'compiler/optimizing/nodes.h') diff --git a/compiler/optimizing/nodes.h b/compiler/optimizing/nodes.h index 2e37f04cc0..5246fd1f05 100644 --- a/compiler/optimizing/nodes.h +++ b/compiler/optimizing/nodes.h @@ -1256,7 +1256,6 @@ class HLoopInformationOutwardIterator : public ValueObject { #define FOR_EACH_CONCRETE_INSTRUCTION_X86(M) \ M(X86ComputeBaseMethodAddress, Instruction) \ M(X86LoadFromConstantTable, Instruction) \ - M(X86FPNeg, Instruction) \ M(X86PackedSwitch, Instruction) #endif -- cgit v1.2.3-59-g8ed1b