X86: fix a comment copy-paste issue (NFC)

The comment was copy-pasted but not updated.  NFC.

llvm-svn: 344973
This commit is contained in:
Saleem Abdulrasool 2018-10-22 23:34:24 +00:00
parent 96889b8b96
commit 96cd3cc312
1 changed files with 1 additions and 1 deletions

View File

@ -527,7 +527,7 @@ ReSimplify:
}
case X86::CLEANUPRET: {
// Replace CATCHRET with the appropriate RET.
// Replace CLEANUPRET with the appropriate RET.
OutMI = MCInst();
OutMI.setOpcode(getRetOpcode(AsmPrinter.getSubtarget()));
break;