diff options
author | 2025-01-17 15:31:49 +0000 | |
---|---|---|
committer | 2025-01-29 06:54:45 -0800 | |
commit | e7920710589ad862665bd00d6128a02802f9568d (patch) | |
tree | 52a5ecab73c1dd35d2a84468f53c2c537f96a4fc /compiler/optimizing/code_generator.h | |
parent | 465a50fce239660baeec54dee8572621cbd0c79b (diff) |
Remove unused dex_pc from GenerateUnresolvedFieldAccess
Bug: 392802982
Test: art/test/testrunner/testrunner.py --host --64 -b --optimizing
Test: m test-art-host-gtest
Change-Id: Ic4f0f515dcf7e8b54e5dedff5ff59c2d2e4ebd8a
Diffstat (limited to 'compiler/optimizing/code_generator.h')
-rw-r--r-- | compiler/optimizing/code_generator.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/optimizing/code_generator.h b/compiler/optimizing/code_generator.h index 741d3fb589..3919bb0cc1 100644 --- a/compiler/optimizing/code_generator.h +++ b/compiler/optimizing/code_generator.h @@ -641,12 +641,10 @@ class CodeGenerator : public DeletableArenaObject<kArenaAllocCodeGenerator> { DataType::Type field_type, const FieldAccessCallingConvention& calling_convention); -// TODO(solanes): Remove dex_pc from this method void GenerateUnresolvedFieldAccess( HInstruction* field_access, DataType::Type field_type, uint32_t field_index, - [[maybe_unused]] uint32_t dex_pc, const FieldAccessCallingConvention& calling_convention); static void CreateLoadClassRuntimeCallLocationSummary(HLoadClass* cls, |