summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86MCInstLower.cpp
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2018-10-22 23:34:24 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2018-10-22 23:34:24 +0000
commit96cd3cc312d4498e730f348fac31ec4b3432d817 (patch)
tree0dc5481d664c4ddbed9353e569b3ff9877d7f511 /llvm/lib/Target/X86/X86MCInstLower.cpp
parent96889b8b96e8710a1c526f870bd2fa448702633d (diff)
downloadbcm5719-llvm-96cd3cc312d4498e730f348fac31ec4b3432d817.tar.gz
bcm5719-llvm-96cd3cc312d4498e730f348fac31ec4b3432d817.zip
X86: fix a comment copy-paste issue (NFC)
The comment was copy-pasted but not updated. NFC. llvm-svn: 344973
Diffstat (limited to 'llvm/lib/Target/X86/X86MCInstLower.cpp')
-rw-r--r--llvm/lib/Target/X86/X86MCInstLower.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86MCInstLower.cpp b/llvm/lib/Target/X86/X86MCInstLower.cpp
index b5fd9f4a785..74fe85851cb 100644
--- a/llvm/lib/Target/X86/X86MCInstLower.cpp
+++ b/llvm/lib/Target/X86/X86MCInstLower.cpp
@@ -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;
OpenPOWER on IntegriCloud