Skip to content

Commit

Permalink
[X86] Remove unused IES_IDENTIFIER state from IntelExprState. NFC
Browse files Browse the repository at this point in the history
  • Loading branch information
topperc committed Nov 23, 2023
1 parent 2eb9c64 commit dc683d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,6 @@ class X86AsmParser : public MCTargetAsmParser {
IES_RPAREN,
IES_REGISTER,
IES_INTEGER,
IES_IDENTIFIER,
IES_ERROR
};

Expand Down

0 comments on commit dc683d2

Please sign in to comment.