Add -unroll-runtime for unrolling loops with run-time trip counts.
[oota-llvm.git] / include / llvm / Transforms / IPO.h
index 9b59353d623b9dc90bb2d70ed020d0a68a1ec8f8..f9d7f9e6b98afb9dfaf9be10198ac0893c04b3a4 100644 (file)
@@ -49,13 +49,6 @@ ModulePass *createStripDebugDeclarePass();
 // These pass removes unused symbols' debug info.
 ModulePass *createStripDeadDebugInfoPass();
 
-//===----------------------------------------------------------------------===//
-/// createLowerSetJmpPass - This function lowers the setjmp/longjmp intrinsics
-/// to invoke/unwind instructions.  This should really be part of the C/C++
-/// front-end, but it's so much easier to write transformations in LLVM proper.
-///
-ModulePass *createLowerSetJmpPass();
-
 //===----------------------------------------------------------------------===//
 /// createConstantMergePass - This function returns a new pass that merges
 /// duplicate global constants together into a single constant that is shared.