[clang] 270c843 - [NFC][CodeGen] Remove empty line

Vitaly Buka via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 14 13:29:28 PDT 2022


Author: Vitaly Buka
Date: 2022-09-14T13:29:15-07:00
New Revision: 270c843005f927c878f391c9d444b48c3ce2965e

URL: https://github.com/llvm/llvm-project/commit/270c843005f927c878f391c9d444b48c3ce2965e
DIFF: https://github.com/llvm/llvm-project/commit/270c843005f927c878f391c9d444b48c3ce2965e.diff

LOG: [NFC][CodeGen] Remove empty line

Added: 
    

Modified: 
    clang/lib/CodeGen/BackendUtil.cpp

Removed: 
    


################################################################################
diff  --git a/clang/lib/CodeGen/BackendUtil.cpp b/clang/lib/CodeGen/BackendUtil.cpp
index aff277f59c05..096cf5bd6610 100644
--- a/clang/lib/CodeGen/BackendUtil.cpp
+++ b/clang/lib/CodeGen/BackendUtil.cpp
@@ -641,7 +641,6 @@ static OptimizationLevel mapToLevel(const CodeGenOptions &Opts) {
 static void addSanitizers(const Triple &TargetTriple,
                           const CodeGenOptions &CodeGenOpts,
                           const LangOptions &LangOpts, PassBuilder &PB) {
-
   auto SanitizersCallback = [&](ModulePassManager &MPM,
                                 OptimizationLevel Level) {
     if (CodeGenOpts.hasSanitizeCoverage()) {


        


More information about the cfe-commits mailing list