Skip to content

Commit dc683d2

Browse files
committed
[X86] Remove unused IES_IDENTIFIER state from IntelExprState. NFC
1 parent 2eb9c64 commit dc683d2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,6 @@ class X86AsmParser : public MCTargetAsmParser {
422422
IES_RPAREN,
423423
IES_REGISTER,
424424
IES_INTEGER,
425-
IES_IDENTIFIER,
426425
IES_ERROR
427426
};
428427

0 commit comments

Comments
 (0)