summaryrefslogtreecommitdiff
path: root/compiler/optimizing/builder.h
diff options
context:
space:
mode:
author Calin Juravle <calin@google.com> 2014-11-27 13:13:34 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2014-11-27 13:13:35 +0000
commitd7fa3a7d26105dd112acf955a0c7a880a6027180 (patch)
tree2230bd8ef1ab17e79b786c906f571222a76e9d67 /compiler/optimizing/builder.h
parenta9159b2e6b11ec92a1c20a6f3cfe0072f12bd389 (diff)
parentddb7df25af45d7cd19ed1138e537973735cc78a5 (diff)
Merge "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}"
Diffstat (limited to 'compiler/optimizing/builder.h')
-rw-r--r--compiler/optimizing/builder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/optimizing/builder.h b/compiler/optimizing/builder.h
index 204005daa6..25781b08f4 100644
--- a/compiler/optimizing/builder.h
+++ b/compiler/optimizing/builder.h
@@ -107,6 +107,8 @@ class HGraphBuilder : public ValueObject {
template<typename T>
void Binop_23x_shift(const Instruction& instruction, Primitive::Type type);
+ void Binop_23x_cmp(const Instruction& instruction, Primitive::Type type, HCompare::Bias bias);
+
template<typename T>
void Binop_12x(const Instruction& instruction, Primitive::Type type);