mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-28 14:36:34 +00:00
Forgot to commit these.
llvm-svn: 85180
This commit is contained in:
parent
a8d6745830
commit
646c3e1e3d
@ -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
Block a user