[llvm] 0cca328 - [Transforms] Remove unused declaration fillImplicitControlFlowInfo (NFC)

Kazu Hirata via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 1 19:42:42 PST 2020


Author: Kazu Hirata
Date: 2020-12-01T19:42:14-08:00
New Revision: 0cca3286812c071b167d811c51eb30ee24dba1cd

URL: https://github.com/llvm/llvm-project/commit/0cca3286812c071b167d811c51eb30ee24dba1cd
DIFF: https://github.com/llvm/llvm-project/commit/0cca3286812c071b167d811c51eb30ee24dba1cd.diff

LOG: [Transforms] Remove unused declaration fillImplicitControlFlowInfo (NFC)

The definition was removed on Aug 7, 2018 in commit
640cb0036548293c74949801ba9f831344789e99, but the declaration has
remained since.

Added: 
    

Modified: 
    llvm/include/llvm/Transforms/Scalar/GVN.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/Transforms/Scalar/GVN.h b/llvm/include/llvm/Transforms/Scalar/GVN.h
index 92013dea0bff..d6b3c8ca7219 100644
--- a/llvm/include/llvm/Transforms/Scalar/GVN.h
+++ b/llvm/include/llvm/Transforms/Scalar/GVN.h
@@ -338,7 +338,6 @@ class GVN : public PassInfoMixin<GVN> {
                                  BasicBlock *Curr, unsigned int ValNo);
   Value *findLeader(const BasicBlock *BB, uint32_t num);
   void cleanupGlobalSets();
-  void fillImplicitControlFlowInfo(BasicBlock *BB);
   void verifyRemoved(const Instruction *I) const;
   bool splitCriticalEdges();
   BasicBlock *splitCriticalEdges(BasicBlock *Pred, BasicBlock *Succ);


        


More information about the llvm-commits mailing list