summaryrefslogtreecommitdiff
path: root/compiler/optimizing/builder.h
diff options
context:
space:
mode:
author Nicolas Geoffray <ngeoffray@google.com> 2014-11-26 14:45:52 +0000
committer Nicolas Geoffray <ngeoffray@google.com> 2014-11-26 14:45:52 +0000
commit799f506b8d48bcceef5e6cf50f3f5eb6bcea05e1 (patch)
tree078cd0518627673566727494b003fa671c027dc8 /compiler/optimizing/builder.h
parentcea28ec4b9e94ec942899acf1dbf20f8999b36b4 (diff)
Revert "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}"
Fails on x86_64 and target. This reverts commit cea28ec4b9e94ec942899acf1dbf20f8999b36b4. Change-Id: I30c1d188c7ecfe765f137a307022ede84f15482c
Diffstat (limited to 'compiler/optimizing/builder.h')
-rw-r--r--compiler/optimizing/builder.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/optimizing/builder.h b/compiler/optimizing/builder.h
index 25781b08f4..204005daa6 100644
--- a/compiler/optimizing/builder.h
+++ b/compiler/optimizing/builder.h
@@ -107,8 +107,6 @@ 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);