gh-109287: fix overrides in cases generator (#110419)

This commit is contained in:
Carl Meyer 2023-10-05 15:05:29 -07:00 committed by GitHub
parent bb057b3370
commit 3c0f65ebce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 37 additions and 31 deletions

View file

@ -295,11 +295,6 @@ class PseudoInstruction:
instr_flags: InstructionFlags
@dataclasses.dataclass
class OverriddenInstructionPlaceHolder:
name: str
AnyInstruction = Instruction | MacroInstruction | PseudoInstruction