forked from OSchip/llvm-project
Move this method out of the generic dominators calculation code
llvm-svn: 10298
This commit is contained in:
parent
c970a38824
commit
d48220fabe
|
@ -59,6 +59,8 @@ struct ImmediatePostDominators : public ImmediateDominatorsBase {
|
|||
AU.setPreservesAll();
|
||||
AU.addRequired<PostDominatorSet>();
|
||||
}
|
||||
private:
|
||||
void calcIDoms(const DominatorSetBase &DS);
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue