projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06ac2be
)
Add accessor for a Loop Unswitching pass
author
Chris Lattner
<sabre@nondot.org>
Mon, 19 Apr 2004 06:28:37 +0000
(06:28 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 19 Apr 2004 06:28:37 +0000
(06:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13066
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Transforms/Scalar.h
patch
|
blob
|
history
diff --git
a/include/llvm/Transforms/Scalar.h
b/include/llvm/Transforms/Scalar.h
index b34b1222be91a33dbf239ecad96e2053610d3e82..db84f7cb609d9b64e853f4e389a0db7bb61e83f1 100644
(file)
--- a/
include/llvm/Transforms/Scalar.h
+++ b/
include/llvm/Transforms/Scalar.h
@@
-136,6
+136,13
@@
Pass *createInstructionCombiningPass();
FunctionPass *createLICMPass();
+//===----------------------------------------------------------------------===//
+//
+// LoopUnswitch - This pass is a simple loop unswitching pass.
+//
+FunctionPass *createLoopUnswitchPass();
+
+
//===----------------------------------------------------------------------===//
//
// LoopUnroll - This pass is a simple loop unrolling pass.