diff options
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 |
commit | 799f506b8d48bcceef5e6cf50f3f5eb6bcea05e1 (patch) | |
tree | 078cd0518627673566727494b003fa671c027dc8 /compiler/optimizing/builder.h | |
parent | cea28ec4b9e94ec942899acf1dbf20f8999b36b4 (diff) | |
download | art-799f506b8d48bcceef5e6cf50f3f5eb6bcea05e1.tar.gz art-799f506b8d48bcceef5e6cf50f3f5eb6bcea05e1.tar.bz2 art-799f506b8d48bcceef5e6cf50f3f5eb6bcea05e1.zip |
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.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/optimizing/builder.h b/compiler/optimizing/builder.h index 25781b08f..204005daa 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); |