forked from OSchip/llvm-project
parent
03b5de67b0
commit
95020dfeda
|
@ -141,6 +141,7 @@ namespace {
|
|||
(void) llvm::createSSIPass();
|
||||
(void) llvm::createSSIEverythingPass();
|
||||
(void) llvm::createGEPSplitterPass();
|
||||
(void) llvm::createSCCVNPass();
|
||||
|
||||
(void)new llvm::IntervalPartition();
|
||||
(void)new llvm::FindUsedTypes();
|
||||
|
|
|
@ -338,6 +338,12 @@ FunctionPass *createSSIEverythingPass();
|
|||
//
|
||||
FunctionPass *createGEPSplitterPass();
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// SCCVN - Aggressively eliminate redundant scalar values
|
||||
//
|
||||
FunctionPass *createSCCVNPass();
|
||||
|
||||
} // End llvm namespace
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue