[PATCH] D139970: [llvm][CallBrPrepare] use SSAUpdater to use intrinsic value
    Bill Wendling via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Jan 18 15:47:30 PST 2023
    
    
  
void added inline comments.
================
Comment at: llvm/lib/CodeGen/CallBrPrepare.cpp:168
+#else
+static void PrintDebugDomInfo(DominatorTree &, Use &, BasicBlock *, bool) {}
+#endif
----------------
Instead of having an empty function here, why not wrap calls in `#ifndef NDEBUG`?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D139970/new/
https://reviews.llvm.org/D139970
    
    
More information about the llvm-commits
mailing list