forked from OSchip/llvm-project
parent
f00bd96cde
commit
ebe09ec137
|
@ -686,7 +686,7 @@ public:
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
// These two functions are declare out of line as a workaround for building
|
// These two functions are declared out of line as a workaround for building
|
||||||
// with old (< r147295) versions of clang because of pr11642.
|
// with old (< r147295) versions of clang because of pr11642.
|
||||||
template<class NodeT>
|
template<class NodeT>
|
||||||
bool DominatorTreeBase<NodeT>::dominates(const NodeT *A, const NodeT *B) {
|
bool DominatorTreeBase<NodeT>::dominates(const NodeT *A, const NodeT *B) {
|
||||||
|
|
Loading…
Reference in New Issue