1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

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 e478d69066
commit 02a249fd9b

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;