summaryrefslogtreecommitdiff
path: root/compiler/optimizing/builder.h
diff options
context:
space:
mode:
author Calin Juravle <calin@google.com> 2014-11-26 17:03:53 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2014-11-26 17:03:53 +0000
commite4b9435f53f108ede0cee74295bfd5d519491d51 (patch)
tree1765db2b26337f8e96616ebfb769c95d7b421ad2 /compiler/optimizing/builder.h
parentfef1680241e85532919ecfaf42855d31ddb69361 (diff)
parentfd861249f31ab360c12dd1ffb131d50f02b0bfc6 (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);