mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-02 00:51:56 +00:00
Remove a method made dead by the prior refactoring.
llvm-svn: 186782
This commit is contained in:
parent
1522f7782e
commit
649189782e
@ -286,11 +286,6 @@ public:
|
||||
|
||||
void run();
|
||||
|
||||
/// Return true if BB1 dominates BB2 using the DominatorTree.
|
||||
bool dominates(BasicBlock *BB1, BasicBlock *BB2) const {
|
||||
return DT.dominates(BB1, BB2);
|
||||
}
|
||||
|
||||
private:
|
||||
void RemoveFromAllocasList(unsigned &AllocaIdx) {
|
||||
Allocas[AllocaIdx] = Allocas.back();
|
||||
|
Loading…
Reference in New Issue
Block a user