Nuke some dead code that snuck in some how. I thought I had already

deleted this, but apparantly not. Charmingly, Clang didn't warn on it
but GCC did.

llvm-svn: 171197
This commit is contained in:
Chandler Carruth 2012-12-28 14:50:51 +00:00
parent 86ed53089f
commit 405d681340
1 changed files with 0 additions and 5 deletions

View File

@ -2869,11 +2869,6 @@ Value *llvm::SimplifyCmpInst(unsigned Predicate, Value *LHS, Value *RHS,
RecursionLimit); RecursionLimit);
} }
template <typename IterTy>
static Value *SimplifyIntrinsic(Intrinsic::ID IID, IterTy ArgBegin, IterTy ArgEnd,
const Query &Q, unsigned MaxRecurse) {
}
template <typename IterTy> template <typename IterTy>
static Value *SimplifyCall(Value *V, IterTy ArgBegin, IterTy ArgEnd, static Value *SimplifyCall(Value *V, IterTy ArgBegin, IterTy ArgEnd,
const Query &Q, unsigned MaxRecurse) { const Query &Q, unsigned MaxRecurse) {