summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-07-23 21:34:51 +0000
committerDan Gohman <gohman@apple.com>2010-07-23 21:34:51 +0000
commitf8336a75c2cffe3a0b9aae5b67faf742754d7eb3 (patch)
treefd7199faf13fbcd8c1bc5404e90cac80671cab07 /include
parent6d7019bcc43ab92ae87c8762b16264327e5c37a8 (diff)
downloadllvm-f8336a75c2cffe3a0b9aae5b67faf742754d7eb3.tar.gz
llvm-f8336a75c2cffe3a0b9aae5b67faf742754d7eb3.tar.bz2
llvm-f8336a75c2cffe3a0b9aae5b67faf742754d7eb3.tar.xz
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')
-rw-r--r--include/llvm/Analysis/LoopInfo.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/llvm/Analysis/LoopInfo.h b/include/llvm/Analysis/LoopInfo.h
index 5dfdc25dd8..2e90a9631f 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,