mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-24 08:33:39 +00:00
Add an isReachableFromEntry method.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52916 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
117b64b3f8
commit
c602769822
@ -792,6 +792,10 @@ public:
|
|||||||
DT->splitBlock(NewBB);
|
DT->splitBlock(NewBB);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
bool isReachableFromEntry(BasicBlock* A) {
|
||||||
|
return DT->isReachableFromEntry(A);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
virtual void releaseMemory() {
|
virtual void releaseMemory() {
|
||||||
DT->releaseMemory();
|
DT->releaseMemory();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user