diff options
| author | Nicolas Geoffray <ngeoffray@google.com> | 2018-01-25 13:33:07 +0000 |
|---|---|---|
| committer | Nicolas Geoffray <ngeoffray@google.com> | 2018-01-25 15:05:16 +0000 |
| commit | bff7a52e2c6c9e988c3ed1f12a2da0fa5fd37cfb (patch) | |
| tree | e281a8dde61e396ed5f20c31d41086b1b1b18389 /compiler/optimizing/code_generator_mips64.h | |
| parent | 83af48e9f4cdfcf3f0069c63561bab4c176bd2f1 (diff) | |
| download | art-bff7a52e2c6c9e988c3ed1f12a2da0fa5fd37cfb.tar.gz art-bff7a52e2c6c9e988c3ed1f12a2da0fa5fd37cfb.tar.bz2 art-bff7a52e2c6c9e988c3ed1f12a2da0fa5fd37cfb.zip | |
Revert "Compiler changes for bitstring based type checks."
Bug: 64692057
Bug: 71853552
Bug: 26687569
This reverts commit eb0ebed72432b3c6b8c7b38f8937d7ba736f4567.
Change-Id: I7daeaa077960ba41b2ed42bc47f17501621be4be
Diffstat (limited to 'compiler/optimizing/code_generator_mips64.h')
| -rw-r--r-- | compiler/optimizing/code_generator_mips64.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/optimizing/code_generator_mips64.h b/compiler/optimizing/code_generator_mips64.h index 87d5a9c15a..d479410f07 100644 --- a/compiler/optimizing/code_generator_mips64.h +++ b/compiler/optimizing/code_generator_mips64.h @@ -233,7 +233,6 @@ class InstructionCodeGeneratorMIPS64 : public InstructionCodeGenerator { private: void GenerateClassInitializationCheck(SlowPathCodeMIPS64* slow_path, GpuRegister class_reg); - void GenerateBitstringTypeCheckCompare(HTypeCheckInstruction* check, GpuRegister temp); void GenerateSuspendCheck(HSuspendCheck* check, HBasicBlock* successor); void HandleBinaryOp(HBinaryOperation* operation); void HandleCondition(HCondition* instruction); |
