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:
fe8f5b5
)
Add prototype for LICM pass
author
Chris Lattner
<sabre@nondot.org>
Fri, 10 May 2002 22:44:16 +0000
(22:44 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 10 May 2002 22:44:16 +0000
(22:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2612
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 b649deec1089b0960f1034ef01a83234ace20747..898b604da949c98d328eae3031e5f469fc0d5902 100644
(file)
--- a/
include/llvm/Transforms/Scalar.h
+++ b/
include/llvm/Transforms/Scalar.h
@@
-96,6
+96,14
@@
Pass *createIndVarSimplifyPass();
Pass *createInstructionCombiningPass();
+//===----------------------------------------------------------------------===//
+//
+// LICM - This pass is a simple natural loop based loop invariant code motion
+// pass.
+//
+Pass *createLICMPass();
+
+
//===----------------------------------------------------------------------===//
//
// PiNodeInsertion - This pass inserts single entry Phi nodes into basic blocks