mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 01:03:52 +00:00
Remove RLE from the headers, since the pass itself is gone now.
llvm-svn: 41971
This commit is contained in:
parent
fe5adad9c4
commit
a37895cfee
@ -61,7 +61,6 @@ namespace {
|
||||
(void) llvm::createDeadStoreEliminationPass();
|
||||
(void) llvm::createDeadTypeEliminationPass();
|
||||
(void) llvm::createEdgeProfilerPass();
|
||||
(void) llvm::createRedundantLoadEliminationPass();
|
||||
(void) llvm::createFunctionInliningPass();
|
||||
(void) llvm::createFunctionProfilerPass();
|
||||
(void) llvm::createGCSEPass();
|
||||
|
@ -330,13 +330,6 @@ FunctionPass *createPredicateSimplifierPass();
|
||||
//
|
||||
FunctionPass *createGVNPREPass();
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// RedundantLoadElimination - This pass deletes loads that are dominated by
|
||||
// must-aliased loads and are not stored to between the loads.
|
||||
//
|
||||
FunctionPass *createRedundantLoadEliminationPass();
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// GVN - This pass performs global value numbering and redundant load
|
||||
|
Loading…
x
Reference in New Issue
Block a user