mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-17 20:23:59 +00:00
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
This commit is contained in:
@ -42,7 +42,7 @@ using namespace llvm;
|
||||
|
||||
namespace {
|
||||
Statistic<> NumLowered("lowerinvoke", "Number of invoke & unwinds replaced");
|
||||
cl::opt<bool> ExpensiveEHSupport("enable-correct-eh-support",
|
||||
cl::opt<bool> ExpensiveEHSupport("enable-correct-eh-support",
|
||||
cl::desc("Make the -lowerinvoke pass insert expensive, but correct, EH code"));
|
||||
|
||||
class LowerInvoke : public FunctionPass {
|
||||
|
Reference in New Issue
Block a user