From 799f506b8d48bcceef5e6cf50f3f5eb6bcea05e1 Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Wed, 26 Nov 2014 14:45:52 +0000 Subject: Revert "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}" Fails on x86_64 and target. This reverts commit cea28ec4b9e94ec942899acf1dbf20f8999b36b4. Change-Id: I30c1d188c7ecfe765f137a307022ede84f15482c --- compiler/optimizing/builder.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'compiler/optimizing/builder.h') 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 void Binop_23x_shift(const Instruction& instruction, Primitive::Type type); - void Binop_23x_cmp(const Instruction& instruction, Primitive::Type type, HCompare::Bias bias); - template void Binop_12x(const Instruction& instruction, Primitive::Type type); -- cgit v1.2.3