Reverting r85338 for now. It's causing a bootstrap failure on PPC darwin9.
[oota-llvm.git] / include / llvm / CodeGen / Passes.h
index d0d610370bd5c1ad32ae1622560f288e877cb2f7..f753eecba2d45d58102e529c2e2c848bc3bbf64d 100644 (file)
@@ -186,7 +186,7 @@ namespace llvm {
 
   /// createDwarfEHPass - This pass mulches exception handling code into a form
   /// adapted to code generation.  Required if using dwarf exception handling.
-  FunctionPass *createDwarfEHPass(const TargetLowering *tli, bool fast);
+  FunctionPass *createDwarfEHPass(const TargetLowering *tli);
 
   /// createSjLjEHPass - This pass adapts exception handling code to use
   /// the GCC-style builtin setjmp/longjmp (sjlj) to handling EH control flow.