================
@@ -4141,6 +4145,15 @@ unsigned X86AsmParser::checkTargetMatchPredicate(MCInst &Inst) {
return Match_Success;
}
+void ReplaceSSE2AVXOpcode(llvm::MCInst &Inst) {
----------------
KanRobert wrote:
Replace -> replace
https://github.com/llvm/llvm-project/pull/96860