forked from OSchip/llvm-project
Update empty() call with namespace to clear ambiguity.
This commit is contained in:
parent
27f1895f53
commit
5da1671bf8
|
@ -322,7 +322,7 @@ struct SemiNCAInfo {
|
|||
assert(N && "N must be a valid node");
|
||||
GraphDiffT EmptyGD;
|
||||
auto &GD = BUI ? BUI->PreViewCFG : EmptyGD;
|
||||
return !empty(children<GraphDiffNodePair>({&GD, N}));
|
||||
return !llvm::empty(children<GraphDiffNodePair>({&GD, N}));
|
||||
}
|
||||
|
||||
static NodePtr GetEntryNode(const DomTreeT &DT) {
|
||||
|
|
Loading…
Reference in New Issue