Fix comments

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127984 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Nick Lewycky
2011-03-21 02:26:01 +00:00
parent ddfa02ba24
commit 35ee1c921c

View File

@ -2726,7 +2726,7 @@ static Function *FindCXAAtExit(Module &M) {
static bool cxxDtorIsEmpty(const Function &Fn,
SmallPtrSet<const Function *, 8> &CalledFunctions) {
// FIXME: We could eliminate C++ destructors if they're readonly/readnone and
// unwind, but that doesn't seem worth doing.
// nounwind, but that doesn't seem worth doing.
if (Fn.isDeclaration())
return false;