[WinEH] Require token linkage in EH pad/ret signatures
[oota-llvm.git] / lib / Analysis / InlineCost.cpp
index 40bfac5671952b5e8e08ebf4fa8b64d55a571ec7..32dc50ae62c6a6e908827da1ecc236c437dd44c2 100644 (file)
@@ -913,7 +913,7 @@ bool CallAnalyzer::visitCleanupReturnInst(CleanupReturnInst &CRI) {
 
 bool CallAnalyzer::visitCatchReturnInst(CatchReturnInst &CRI) {
   // FIXME: It's not clear that a single instruction is an accurate model for
-  // the inline cost of a cleanupret instruction.
+  // the inline cost of a catchret instruction.
   return false;
 }