summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2012-12-28 14:50:51 +0000
committerChandler Carruth <chandlerc@gmail.com>2012-12-28 14:50:51 +0000
commita84e7508ebcfe2eacdf8153bd83fa63eebe75aea (patch)
treea55f2756b2b0c1d9e1d7fd043e990fad1a7af958 /lib
parent73527d30cddd9b542a01a33c333bc707504fd05f (diff)
downloadllvm-a84e7508ebcfe2eacdf8153bd83fa63eebe75aea.tar.gz
llvm-a84e7508ebcfe2eacdf8153bd83fa63eebe75aea.tar.bz2
llvm-a84e7508ebcfe2eacdf8153bd83fa63eebe75aea.tar.xz
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
Diffstat (limited to 'lib')
-rw-r--r--lib/Analysis/InstructionSimplify.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/Analysis/InstructionSimplify.cpp b/lib/Analysis/InstructionSimplify.cpp
index e1207f1e47..32b2f76f02 100644
--- a/lib/Analysis/InstructionSimplify.cpp
+++ b/lib/Analysis/InstructionSimplify.cpp
@@ -2870,11 +2870,6 @@ Value *llvm::SimplifyCmpInst(unsigned Predicate, Value *LHS, Value *RHS,
}
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) {
Type *Ty = V->getType();