We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cb7d62 commit 0cca328Copy full SHA for 0cca328
llvm/include/llvm/Transforms/Scalar/GVN.h
@@ -338,7 +338,6 @@ class GVN : public PassInfoMixin<GVN> {
338
BasicBlock *Curr, unsigned int ValNo);
339
Value *findLeader(const BasicBlock *BB, uint32_t num);
340
void cleanupGlobalSets();
341
- void fillImplicitControlFlowInfo(BasicBlock *BB);
342
void verifyRemoved(const Instruction *I) const;
343
bool splitCriticalEdges();
344
BasicBlock *splitCriticalEdges(BasicBlock *Pred, BasicBlock *Succ);
0 commit comments