From 99cca7d3aa774d52b28f04bb0783747c038cda7a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 1 Mar 2004 01:12:13 +0000 Subject: Disable tail duplication in a case that breaks on Olden/tsp git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12021 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/Utils/LowerInvoke.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Transforms/Utils/LowerInvoke.cpp') diff --git a/lib/Transforms/Utils/LowerInvoke.cpp b/lib/Transforms/Utils/LowerInvoke.cpp index d42d0533f1..24033f4876 100644 --- a/lib/Transforms/Utils/LowerInvoke.cpp +++ b/lib/Transforms/Utils/LowerInvoke.cpp @@ -42,7 +42,7 @@ using namespace llvm; namespace { Statistic<> NumLowered("lowerinvoke", "Number of invoke & unwinds replaced"); - cl::opt ExpensiveEHSupport("enable-correct-eh-support", + cl::opt ExpensiveEHSupport("enable-correct-eh-support", cl::desc("Make the -lowerinvoke pass insert expensive, but correct, EH code")); class LowerInvoke : public FunctionPass { -- cgit v1.2.3