From bff7a52e2c6c9e988c3ed1f12a2da0fa5fd37cfb Mon Sep 17 00:00:00 2001 From: Nicolas Geoffray Date: Thu, 25 Jan 2018 13:33:07 +0000 Subject: Revert "Compiler changes for bitstring based type checks." Bug: 64692057 Bug: 71853552 Bug: 26687569 This reverts commit eb0ebed72432b3c6b8c7b38f8937d7ba736f4567. Change-Id: I7daeaa077960ba41b2ed42bc47f17501621be4be --- compiler/optimizing/code_generator_arm64.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'compiler/optimizing/code_generator_arm64.h') diff --git a/compiler/optimizing/code_generator_arm64.h b/compiler/optimizing/code_generator_arm64.h index cc369de983..f92c94fda7 100644 --- a/compiler/optimizing/code_generator_arm64.h +++ b/compiler/optimizing/code_generator_arm64.h @@ -264,8 +264,6 @@ class InstructionCodeGeneratorARM64 : public InstructionCodeGenerator { private: void GenerateClassInitializationCheck(SlowPathCodeARM64* slow_path, vixl::aarch64::Register class_reg); - void GenerateBitstringTypeCheckCompare(HTypeCheckInstruction* check, - vixl::aarch64::Register temp); void GenerateSuspendCheck(HSuspendCheck* instruction, HBasicBlock* successor); void HandleBinaryOp(HBinaryOperation* instr); -- cgit v1.2.3