summaryrefslogtreecommitdiff
path: root/include/llvm/Transforms/Utils
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2012-03-22 17:47:30 +0000
committerAndrew Trick <atrick@apple.com>2012-03-22 17:47:30 +0000
commit9f2539507c954e35a6e845c0665a2fcdb07faad1 (patch)
treeac11669d5bf41eb56d279975ce6cfa7704add1fe /include/llvm/Transforms/Utils
parentdb0d666578388026278c17f848095b396b7ea27d (diff)
downloadllvm-9f2539507c954e35a6e845c0665a2fcdb07faad1.tar.gz
llvm-9f2539507c954e35a6e845c0665a2fcdb07faad1.tar.bz2
llvm-9f2539507c954e35a6e845c0665a2fcdb07faad1.tar.xz
Remove unused simplifyIVUsers
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153262 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Transforms/Utils')
-rw-r--r--include/llvm/Transforms/Utils/SimplifyIndVar.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/llvm/Transforms/Utils/SimplifyIndVar.h b/include/llvm/Transforms/Utils/SimplifyIndVar.h
index c9bd9163d7..2632d186ff 100644
--- a/include/llvm/Transforms/Utils/SimplifyIndVar.h
+++ b/include/llvm/Transforms/Utils/SimplifyIndVar.h
@@ -49,12 +49,6 @@ bool simplifyUsersOfIV(PHINode *CurrIV, ScalarEvolution *SE, LPPassManager *LPM,
bool simplifyLoopIVs(Loop *L, ScalarEvolution *SE, LPPassManager *LPM,
SmallVectorImpl<WeakVH> &Dead);
-/// simplifyIVUsers - Simplify instructions recorded by the IVUsers pass.
-/// This is a legacy implementation to reproduce the behavior of the
-/// IndVarSimplify pass prior to DisableIVRewrite.
-bool simplifyIVUsers(IVUsers *IU, ScalarEvolution *SE, LPPassManager *LPM,
- SmallVectorImpl<WeakVH> &Dead);
-
} // namespace llvm
#endif