[AArch64] Remove following .inst/after directive from AsmParser diagnostics
authorFangrui Song <i@maskray.me>
Thu, 1 Dec 2022 21:44:03 +0000 (21:44 +0000)
committerFangrui Song <i@maskray.me>
Thu, 1 Dec 2022 21:44:03 +0000 (21:44 +0000)
commit3c2f9daf2d3c0f234008f7f65a31deb5c75b2201
treedb6a801290bc973de87df45c3431ed72c535d3c0
parent3b259de708ce240ef3503a1a5d3ea64803f03902
[AArch64] Remove following .inst/after directive from AsmParser diagnostics

The part of the diagnostic is not useful because the instruction line is
printed. The new style follows generic code.
llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp