forked from OSchip/llvm-project
parent
7845f1e80e
commit
db3bc40ade
|
@ -52,9 +52,6 @@ void LLVMAddLICMPass(LLVMPassManagerRef PM);
|
|||
/** See llvm::createLoopDeletionPass function. */
|
||||
void LLVMAddLoopDeletionPass(LLVMPassManagerRef PM);
|
||||
|
||||
/** See llvm::createLoopIndexSplitPass function. */
|
||||
void LLVMAddLoopIndexSplitPass(LLVMPassManagerRef PM);
|
||||
|
||||
/** See llvm::createLoopRotatePass function. */
|
||||
void LLVMAddLoopRotatePass(LLVMPassManagerRef PM);
|
||||
|
||||
|
|
Loading…
Reference in New Issue