diff options
| author | Vladimir Marko <vmarko@google.com> | 2018-03-27 09:03:13 +0000 |
|---|---|---|
| committer | Vladimir Marko <vmarko@google.com> | 2018-03-27 10:04:25 +0100 |
| commit | 175e7862dbdb44089ef327fc43ba00c791fd3838 (patch) | |
| tree | 7b7ff4327b51b57e47e4b22af8d771edb9d462c1 /compiler/optimizing/code_generator_x86.h | |
| parent | 77c6fc7341143dd27c74cddd786398688d7b4c91 (diff) | |
| download | art-175e7862dbdb44089ef327fc43ba00c791fd3838.tar.gz art-175e7862dbdb44089ef327fc43ba00c791fd3838.tar.bz2 art-175e7862dbdb44089ef327fc43ba00c791fd3838.zip | |
Revert^4 "Compiler changes for bitstring based type checks."
Disabled the build time flag. (No image version bump needed.)
Bug: 26687569
Bug: 64692057
Bug: 76420366
This reverts commit 3fbd3ad99fad077e5c760e7238bcd55b07d4c06e.
Change-Id: I5d83c4ce8a7331c435d5155ac6e0ce1c77d60004
Diffstat (limited to 'compiler/optimizing/code_generator_x86.h')
| -rw-r--r-- | compiler/optimizing/code_generator_x86.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/optimizing/code_generator_x86.h b/compiler/optimizing/code_generator_x86.h index 9c537a7371..6c76e27d35 100644 --- a/compiler/optimizing/code_generator_x86.h +++ b/compiler/optimizing/code_generator_x86.h @@ -211,6 +211,7 @@ 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); |
