diff options
Diffstat (limited to 'lib/Sema/SemaDecl.cpp')
-rw-r--r-- | lib/Sema/SemaDecl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Sema/SemaDecl.cpp b/lib/Sema/SemaDecl.cpp index c54745f552..79bb1cb54a 100644 --- a/lib/Sema/SemaDecl.cpp +++ b/lib/Sema/SemaDecl.cpp @@ -1330,7 +1330,7 @@ static void MarkLive(CFGBlock *e, llvm::BitVector &live) { /// CheckUnreachable - Check for unreachable code. void Sema::CheckUnreachable(AnalysisContext &AC) { // We avoid checking when there are errors, as the CFG won't faithfully match - // the users code. + // the user's code. if (getDiagnostics().hasErrorOccurred()) return; if (Diags.getDiagnosticLevel(diag::warn_unreachable) == Diagnostic::Ignored) |