diff options
| author | Andreas Gampe <agampe@google.com> | 2018-03-26 21:14:46 +0000 |
|---|---|---|
| committer | Andreas Gampe <agampe@google.com> | 2018-03-26 21:14:46 +0000 |
| commit | 3fbd3ad99fad077e5c760e7238bcd55b07d4c06e (patch) | |
| tree | e8bc33fa60c38f7e1c85f8d4acf6a738df9b426a /compiler/optimizing/code_generator_x86.h | |
| parent | 3f41323cc9da335e9aa4f3fbad90a86caa82ee4d (diff) | |
| download | art-3fbd3ad99fad077e5c760e7238bcd55b07d4c06e.tar.gz art-3fbd3ad99fad077e5c760e7238bcd55b07d4c06e.tar.bz2 art-3fbd3ad99fad077e5c760e7238bcd55b07d4c06e.zip | |
Revert^3 "Compiler changes for bitstring based type checks."
This reverts commit 3f41323cc9da335e9aa4f3fbad90a86caa82ee4d.
Reason for revert: Fails sporadically.
Bug: 26687569
Bug: 64692057
Bug: 76420366
Change-Id: I84d1e9e46c58aeecf17591ff71fbac6a1e583909
Diffstat (limited to 'compiler/optimizing/code_generator_x86.h')
| -rw-r--r-- | compiler/optimizing/code_generator_x86.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/optimizing/code_generator_x86.h b/compiler/optimizing/code_generator_x86.h index 6c76e27d35..9c537a7371 100644 --- a/compiler/optimizing/code_generator_x86.h +++ b/compiler/optimizing/code_generator_x86.h @@ -211,7 +211,6 @@ class InstructionCodeGeneratorX86 : public InstructionCodeGenerator { // the suspend call. void GenerateSuspendCheck(HSuspendCheck* check, HBasicBlock* successor); void GenerateClassInitializationCheck(SlowPathCode* slow_path, Register class_reg); - void GenerateBitstringTypeCheckCompare(HTypeCheckInstruction* check, Register temp); void HandleBitwiseOperation(HBinaryOperation* instruction); void GenerateDivRemIntegral(HBinaryOperation* instruction); void DivRemOneOrMinusOne(HBinaryOperation* instruction); |
