diff options
| author | Chandler Carruth <chandlerc@gmail.com> | 2012-12-28 14:50:51 +0000 | 
|---|---|---|
| committer | Chandler Carruth <chandlerc@gmail.com> | 2012-12-28 14:50:51 +0000 | 
| commit | 405d6813402cf933ef171b06dac8a86550eaee3c (patch) | |
| tree | a4794d79e2609a8f5a8fc13cb44176335af6e751 /llvm/lib/Analysis | |
| parent | 86ed53089fc0bff84b472f89ba42da8ea1a3df86 (diff) | |
| download | bcm5719-llvm-405d6813402cf933ef171b06dac8a86550eaee3c.tar.gz bcm5719-llvm-405d6813402cf933ef171b06dac8a86550eaee3c.zip  | |
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
Diffstat (limited to 'llvm/lib/Analysis')
| -rw-r--r-- | llvm/lib/Analysis/InstructionSimplify.cpp | 5 | 
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/lib/Analysis/InstructionSimplify.cpp b/llvm/lib/Analysis/InstructionSimplify.cpp index e1207f1e47c..32b2f76f02c 100644 --- a/llvm/lib/Analysis/InstructionSimplify.cpp +++ b/llvm/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();  | 

