mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-15 07:59:33 +00:00
Move this method out of the generic dominators calculation code
llvm-svn: 10298
This commit is contained in:
parent
0499e53fe5
commit
1c0824d019
@ -59,6 +59,8 @@ struct ImmediatePostDominators : public ImmediateDominatorsBase {
|
||||
AU.setPreservesAll();
|
||||
AU.addRequired<PostDominatorSet>();
|
||||
}
|
||||
private:
|
||||
void calcIDoms(const DominatorSetBase &DS);
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user