diff options
author | Dan Gohman <gohman@apple.com> | 2010-07-23 21:34:51 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2010-07-23 21:34:51 +0000 |
commit | f8336a75c2cffe3a0b9aae5b67faf742754d7eb3 (patch) | |
tree | fd7199faf13fbcd8c1bc5404e90cac80671cab07 /include/llvm/Analysis | |
parent | 6d7019bcc43ab92ae87c8762b16264327e5c37a8 (diff) | |
download | external_llvm-f8336a75c2cffe3a0b9aae5b67faf742754d7eb3.zip external_llvm-f8336a75c2cffe3a0b9aae5b67faf742754d7eb3.tar.gz external_llvm-f8336a75c2cffe3a0b9aae5b67faf742754d7eb3.tar.bz2 |
Eliminate getCanonicalInductionVariableIncrement's last user and
eliminate it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109270 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Analysis')
-rw-r--r-- | include/llvm/Analysis/LoopInfo.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/llvm/Analysis/LoopInfo.h b/include/llvm/Analysis/LoopInfo.h index 5dfdc25..2e90a96 100644 --- a/include/llvm/Analysis/LoopInfo.h +++ b/include/llvm/Analysis/LoopInfo.h @@ -562,12 +562,6 @@ public: /// PHINode *getCanonicalInductionVariable() const; - /// getCanonicalInductionVariableIncrement - Return the LLVM value that holds - /// the canonical induction variable value for the "next" iteration of the - /// loop. This always succeeds if getCanonicalInductionVariable succeeds. - /// - Instruction *getCanonicalInductionVariableIncrement() const; - /// getTripCount - Return a loop-invariant LLVM value indicating the number of /// times the loop will be executed. Note that this means that the backedge /// of the loop executes N-1 times. If the trip-count cannot be determined, |