summaryrefslogtreecommitdiff
path: root/compiler/optimizing/nodes.h
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2016-01-25 09:43:30 +0000
committer Nicolas Geoffray <ngeoffray@google.com> 2016-01-25 09:43:30 +0000
commitcf8d1bb97e193e02b430d707d3b669565fababb4 (patch)
treedcdf5e9baaa89b82515652d5abffa2712bc9b3ca /compiler/optimizing/nodes.h
parentdc00454f0b9a134f01f79b419200f4044c2af5c6 (diff)
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
Diffstat (limited to 'compiler/optimizing/nodes.h')
-rw-r--r--compiler/optimizing/nodes.h1
1 files changed, 0 insertions, 1 deletions
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