summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-04-19 06:28:37 +0000
committerChris Lattner <sabre@nondot.org>2004-04-19 06:28:37 +0000
commit8277567dc6c7247956726c8ebdbd0547b0d72e56 (patch)
treefeb902c28b23917d4913586f4637f98a710ae006 /include
parent06ac2bef15f8a41f2e3439899b5aa1d95f4bd1f5 (diff)
downloadllvm-8277567dc6c7247956726c8ebdbd0547b0d72e56.tar.gz
llvm-8277567dc6c7247956726c8ebdbd0547b0d72e56.tar.bz2
llvm-8277567dc6c7247956726c8ebdbd0547b0d72e56.tar.xz
Add accessor for a Loop Unswitching pass
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13066 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Transforms/Scalar.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/llvm/Transforms/Scalar.h b/include/llvm/Transforms/Scalar.h
index b34b1222be..db84f7cb60 100644
--- a/include/llvm/Transforms/Scalar.h
+++ b/include/llvm/Transforms/Scalar.h
@@ -138,6 +138,13 @@ FunctionPass *createLICMPass();
//===----------------------------------------------------------------------===//
//
+// LoopUnswitch - This pass is a simple loop unswitching pass.
+//
+FunctionPass *createLoopUnswitchPass();
+
+
+//===----------------------------------------------------------------------===//
+//
// LoopUnroll - This pass is a simple loop unrolling pass.
//
FunctionPass *createLoopUnrollPass();