mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-21 03:32:21 +00:00
Remove RLE from the headers, since the pass itself is gone now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41971 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
86f91e1757
commit
7e9edda51d
@ -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