diff options
| author | Nicolas Geoffray <ngeoffray@google.com> | 2018-09-18 14:33:55 +0100 |
|---|---|---|
| committer | Nicolas Geoffray <ngeoffray@google.com> | 2018-09-19 14:46:04 +0100 |
| commit | bdb2ecc8cfd0d6fc2f3f4fa4c65cca84b358cd61 (patch) | |
| tree | a7660c98c22d28bf508fe208845957418e0dee40 /compiler/optimizing/code_generator_x86.h | |
| parent | 4bd4d2c199c9e0e522526c40303652e29bc7c631 (diff) | |
| download | art-bdb2ecc8cfd0d6fc2f3f4fa4c65cca84b358cd61.tar.gz art-bdb2ecc8cfd0d6fc2f3f4fa4c65cca84b358cd61.tar.bz2 art-bdb2ecc8cfd0d6fc2f3f4fa4c65cca84b358cd61.zip | |
Remove sharpening as an optimization pass.
Make the last sharpening helper (methods) like the other
helpers: being invoked by the instruction builder.
Test: test.py
Change-Id: Ic80a454f9b59b0b4ef7825590b24402500ba851c
Diffstat (limited to 'compiler/optimizing/code_generator_x86.h')
| -rw-r--r-- | compiler/optimizing/code_generator_x86.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/optimizing/code_generator_x86.h b/compiler/optimizing/code_generator_x86.h index 615477171b..93b0461975 100644 --- a/compiler/optimizing/code_generator_x86.h +++ b/compiler/optimizing/code_generator_x86.h @@ -410,7 +410,7 @@ class CodeGeneratorX86 : public CodeGenerator { // otherwise return a fall-back info that should be used instead. HInvokeStaticOrDirect::DispatchInfo GetSupportedInvokeStaticOrDirectDispatch( const HInvokeStaticOrDirect::DispatchInfo& desired_dispatch_info, - HInvokeStaticOrDirect* invoke) override; + ArtMethod* method) override; // Generate a call to a static or direct method. void GenerateStaticOrDirectCall( |
