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:
7a31b97
)
remove a dead prototype
author
Chris Lattner
<sabre@nondot.org>
Thu, 20 Apr 2006 15:45:54 +0000
(15:45 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Thu, 20 Apr 2006 15:45:54 +0000
(15:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27882
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 c830a605d484c95e345d1e1ab9c2ad52cb25f0cb..502c5d34fa8989b808911ff38419f1c174e18f5b 100644
(file)
--- a/
include/llvm/Transforms/Scalar.h
+++ b/
include/llvm/Transforms/Scalar.h
@@
-296,10
+296,6
@@
FunctionPass *createLowerGCPass();
// through conditional branches.
FunctionPass *createBlockPlacementPass();
-//===----------------------------------------------------------------------===//
-// This pass does partial redundancy elimination.
-FunctionPass *createPREPass();
-
} // End llvm namespace
#endif