mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-24 02:38:42 +00:00
Remove a method made dead by the prior refactoring.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186782 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f660021db4
commit
f61d7e8afa
@ -286,11 +286,6 @@ public:
|
|||||||
|
|
||||||
void run();
|
void run();
|
||||||
|
|
||||||
/// Return true if BB1 dominates BB2 using the DominatorTree.
|
|
||||||
bool dominates(BasicBlock *BB1, BasicBlock *BB2) const {
|
|
||||||
return DT.dominates(BB1, BB2);
|
|
||||||
}
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void RemoveFromAllocasList(unsigned &AllocaIdx) {
|
void RemoveFromAllocasList(unsigned &AllocaIdx) {
|
||||||
Allocas[AllocaIdx] = Allocas.back();
|
Allocas[AllocaIdx] = Allocas.back();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user