forked from OSchip/llvm-project
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:
parent
86ed53089f
commit
405d681340
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue