Nuke some dead code that snuck in some how. I thought I had already
authorChandler Carruth <chandlerc@gmail.com>
Fri, 28 Dec 2012 14:50:51 +0000 (14:50 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 28 Dec 2012 14:50:51 +0000 (14:50 +0000)
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

lib/Analysis/InstructionSimplify.cpp

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