Remove a method made dead by the prior refactoring.

llvm-svn: 186782
This commit is contained in:
Chandler Carruth 2013-07-21 00:01:34 +00:00
parent 1522f7782e
commit 649189782e

View File

@ -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();