[X86] Move 'int $3' -> 'int3' handling in the assembler to processInstruction.
authorCraig Topper <craig.topper@gmail.com>
Tue, 20 Oct 2020 21:31:47 +0000 (14:31 -0700)
committerCraig Topper <craig.topper@gmail.com>
Tue, 20 Oct 2020 22:22:00 +0000 (15:22 -0700)
commit1298252f80fec0cd77aabef5cb133e7b030852e4
tree86de9e1c3795bd9e0f5cd44bb6e4c05b3e2b68c0
parent702aae368a6d7744ea025c860c81f9df1da05b7f
[X86] Move 'int $3' -> 'int3' handling in the assembler to processInstruction.

Instead of handling before parsing, just fix it after parsing.
llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp