Skip to content

Commit 0cca328

Browse files
[Transforms] Remove unused declaration fillImplicitControlFlowInfo (NFC)
The definition was removed on Aug 7, 2018 in commit 640cb00, but the declaration has remained since.
1 parent 3cb7d62 commit 0cca328

File tree

1 file changed

+0
-1
lines changed
  • llvm/include/llvm/Transforms/Scalar

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,6 @@ class GVN : public PassInfoMixin<GVN> {
338338
BasicBlock *Curr, unsigned int ValNo);
339339
Value *findLeader(const BasicBlock *BB, uint32_t num);
340340
void cleanupGlobalSets();
341-
void fillImplicitControlFlowInfo(BasicBlock *BB);
342341
void verifyRemoved(const Instruction *I) const;
343342
bool splitCriticalEdges();
344343
BasicBlock *splitCriticalEdges(BasicBlock *Pred, BasicBlock *Succ);

0 commit comments

Comments
 (0)