aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2009-10-29 00:37:35 +0000
committerBill Wendling <isanbard@gmail.com>2009-10-29 00:37:35 +0000
commit8bedf97f683bd5edb9308799a5e525de137d635c (patch)
treefcc12f795ced9d301bef9ca3f1e11fb997788f94 /include/llvm/CodeGen
parentf25cf3d56f54a1f736db066924e6db886b3f5f3d (diff)
Don't put in these EH changes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85460 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen')
-rw-r--r--include/llvm/CodeGen/Passes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/Passes.h b/include/llvm/CodeGen/Passes.h
index f753eecba2..d0d610370b 100644
--- a/include/llvm/CodeGen/Passes.h
+++ b/include/llvm/CodeGen/Passes.h
@@ -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);
+ FunctionPass *createDwarfEHPass(const TargetLowering *tli, bool fast);
/// createSjLjEHPass - This pass adapts exception handling code to use
/// the GCC-style builtin setjmp/longjmp (sjlj) to handling EH control flow.