Expose CFG simplification pass

llvm-svn: 2696
This commit is contained in:
Chris Lattner 2002-05-21 20:04:15 +00:00
parent 9ec59c48ce
commit c18f65fdae
1 changed files with 8 additions and 0 deletions

View File

@ -151,6 +151,14 @@ Pass *createPromoteMemoryToRegister();
Pass *createReassociatePass(); Pass *createReassociatePass();
//===----------------------------------------------------------------------===//
//
// CFG Simplification - Merge basic blocks, eliminate unreachable blocks,
// simplify terminator instructions, etc...
//
Pass *createCFGSimplificationPass();
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//
// //
// These functions removes symbols from functions and modules. // These functions removes symbols from functions and modules.