From: Chandler Carruth Date: Fri, 28 Dec 2012 14:50:51 +0000 (+0000) Subject: Nuke some dead code that snuck in some how. I thought I had already X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a84e7508ebcfe2eacdf8153bd83fa63eebe75aea;p=oota-llvm.git 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 --- diff --git a/lib/Analysis/InstructionSimplify.cpp b/lib/Analysis/InstructionSimplify.cpp index e1207f1e47c..32b2f76f02c 100644 --- a/lib/Analysis/InstructionSimplify.cpp +++ b/lib/Analysis/InstructionSimplify.cpp @@ -2869,11 +2869,6 @@ Value *llvm::SimplifyCmpInst(unsigned Predicate, Value *LHS, Value *RHS, RecursionLimit); } -template -static Value *SimplifyIntrinsic(Intrinsic::ID IID, IterTy ArgBegin, IterTy ArgEnd, - const Query &Q, unsigned MaxRecurse) { -} - template static Value *SimplifyCall(Value *V, IterTy ArgBegin, IterTy ArgEnd, const Query &Q, unsigned MaxRecurse) {