[SimplifyLibCalls] Remove dead code.

llvm-svn: 251737
This commit is contained in:
Davide Italiano 2015-10-31 08:28:10 +00:00
parent ef711c1831
commit 3817486c47
1 changed files with 0 additions and 6 deletions

View File

@ -2207,12 +2207,6 @@ void LibCallSimplifier::replaceAllUsesWith(Instruction *I, Value *With) {
Replacer(I, With);
}
/*static*/ void LibCallSimplifier::replaceAllUsesWithDefault(Instruction *I,
Value *With) {
I->replaceAllUsesWith(With);
I->eraseFromParent();
}
// TODO:
// Additional cases that we need to add to this file:
//