From b8bcb086f7d4a74c40661c5c18134533a3f69fc9 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 21 May 2002 20:04:15 +0000 Subject: Expose CFG simplification pass git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2696 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Transforms/Scalar.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include') diff --git a/include/llvm/Transforms/Scalar.h b/include/llvm/Transforms/Scalar.h index 898b604..5161ac7 100644 --- a/include/llvm/Transforms/Scalar.h +++ b/include/llvm/Transforms/Scalar.h @@ -153,6 +153,14 @@ Pass *createReassociatePass(); //===----------------------------------------------------------------------===// // +// CFG Simplification - Merge basic blocks, eliminate unreachable blocks, +// simplify terminator instructions, etc... +// +Pass *createCFGSimplificationPass(); + + +//===----------------------------------------------------------------------===// +// // These functions removes symbols from functions and modules. // Pass *createSymbolStrippingPass(); -- cgit v1.1