forked from OSchip/llvm-project
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:
parent
96889b8b96
commit
96cd3cc312
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue