summaryrefslogtreecommitdiff
path: root/compiler/optimizing/nodes.h
diff options
context:
space:
mode:
author David Brazdil <dbrazdil@google.com> 2016-02-05 13:12:24 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2016-02-05 13:12:24 +0000
commite6e0cfd7984b2e0794dda751d17d2f528786b05c (patch)
tree89c02eff7473feda06b2baf5e5bfcb6b30d4055b /compiler/optimizing/nodes.h
parent519281001dabe9060e2bfefc2382570bab26c96a (diff)
parent2f10a5fb8c236a6786928f0323bd312c3ee9a4cc (diff)
Merge "Revert "Revert "X86: Use the constant area for more operations."""
Diffstat (limited to 'compiler/optimizing/nodes.h')
-rw-r--r--compiler/optimizing/nodes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/optimizing/nodes.h b/compiler/optimizing/nodes.h
index b8083477cf..6c63af71a3 100644
--- a/compiler/optimizing/nodes.h
+++ b/compiler/optimizing/nodes.h
@@ -1259,6 +1259,7 @@ class HLoopInformationOutwardIterator : public ValueObject {
#define FOR_EACH_CONCRETE_INSTRUCTION_X86(M) \
M(X86ComputeBaseMethodAddress, Instruction) \
M(X86LoadFromConstantTable, Instruction) \
+ M(X86FPNeg, Instruction) \
M(X86PackedSwitch, Instruction)
#endif