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 def5ca7 commit 05ca219Copy full SHA for 05ca219
llvm/include/llvm/Support/GenericDomTree.h
@@ -918,7 +918,7 @@ class DominatorTreeBase {
918
}
919
920
protected:
921
- void addRoot(NodeT *BB) { this->Roots.push_back(BB); }
+ inline void addRoot(NodeT *BB) { this->Roots.push_back(BB); }
922
923
DomTreeNodeBase<NodeT> *createNode(NodeT *BB,
924
DomTreeNodeBase<NodeT> *IDom = nullptr) {
0 commit comments