summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2011-06-15 19:58:09 +0000
committerEli Friedman <eli.friedman@gmail.com>2011-06-15 19:58:09 +0000
commite97c7da59d65bbbd5e0d67b3ef9d742794437e2f (patch)
tree14727fbff4ad9fca4c6858f7a6894242b79e0f02 /include
parent81df089f860eebb4e1e44d089a441d62e4ff668b (diff)
downloadllvm-e97c7da59d65bbbd5e0d67b3ef9d742794437e2f.tar.gz
llvm-e97c7da59d65bbbd5e0d67b3ef9d742794437e2f.tar.bz2
llvm-e97c7da59d65bbbd5e0d67b3ef9d742794437e2f.tar.xz
Remove unused code.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133078 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Transforms/Utils/Cloning.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/llvm/Transforms/Utils/Cloning.h b/include/llvm/Transforms/Utils/Cloning.h
index 853de2dc03..674c2d002e 100644
--- a/include/llvm/Transforms/Utils/Cloning.h
+++ b/include/llvm/Transforms/Utils/Cloning.h
@@ -107,12 +107,6 @@ BasicBlock *CloneBasicBlock(const BasicBlock *BB,
const Twine &NameSuffix = "", Function *F = 0,
ClonedCodeInfo *CodeInfo = 0);
-
-/// CloneLoop - Clone Loop. Clone dominator info for loop insiders. Populate
-/// VMap using old blocks to new blocks mapping.
-Loop *CloneLoop(Loop *L, LPPassManager *LPM, LoopInfo *LI,
- ValueToValueMapTy &VMap, Pass *P);
-
/// CloneFunction - Return a copy of the specified function, but without
/// embedding the function into another module. Also, any references specified
/// in the VMap are changed to refer to their mapped value instead of the