diff options
author | Andrew Trick <atrick@apple.com> | 2012-03-22 17:47:30 +0000 |
---|---|---|
committer | Andrew Trick <atrick@apple.com> | 2012-03-22 17:47:30 +0000 |
commit | 9f2539507c954e35a6e845c0665a2fcdb07faad1 (patch) | |
tree | ac11669d5bf41eb56d279975ce6cfa7704add1fe /include/llvm/Transforms/Utils/SimplifyIndVar.h | |
parent | db0d666578388026278c17f848095b396b7ea27d (diff) | |
download | external_llvm-9f2539507c954e35a6e845c0665a2fcdb07faad1.zip external_llvm-9f2539507c954e35a6e845c0665a2fcdb07faad1.tar.gz external_llvm-9f2539507c954e35a6e845c0665a2fcdb07faad1.tar.bz2 |
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/SimplifyIndVar.h')
-rw-r--r-- | include/llvm/Transforms/Utils/SimplifyIndVar.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/llvm/Transforms/Utils/SimplifyIndVar.h b/include/llvm/Transforms/Utils/SimplifyIndVar.h index c9bd916..2632d18 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 |