remove dead prototype, PR8351

llvm-svn: 116209
This commit is contained in:
Chris Lattner 2010-10-11 17:44:22 +00:00
parent 7845f1e80e
commit db3bc40ade
1 changed files with 0 additions and 3 deletions

View File

@ -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);