diff options
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
-rw-r--r-- | clang/lib/Frontend/CompilerInvocation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Frontend/CompilerInvocation.cpp b/clang/lib/Frontend/CompilerInvocation.cpp index 5496df7..94ba0dd 100644 --- a/clang/lib/Frontend/CompilerInvocation.cpp +++ b/clang/lib/Frontend/CompilerInvocation.cpp @@ -3680,7 +3680,7 @@ bool CompilerInvocation::CreateFromArgs(CompilerInvocation &Res, } } - if (!Diags.isIgnored(diag::warn_profile_data_misexpect, SourceLocation())) + if (Diags.isIgnored(diag::warn_profile_data_misexpect, SourceLocation())) Res.FrontendOpts.LLVMArgs.push_back("-pgo-warn-misexpect"); LangOpts.FunctionAlignment = |