mirror of
https://github.com/RPCS3/llvm.git
synced 2025-03-02 15:45:44 +00:00
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171197 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
73527d30cd
commit
a84e7508eb
@ -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…
x
Reference in New Issue
Block a user