mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-03 15:36:21 +00:00
Revert -join-splitedges to a boolean cmd line option.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167880 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3106aa125e
commit
a6aae0273a
@ -65,10 +65,9 @@ EnableJoining("join-liveintervals",
|
||||
cl::init(true));
|
||||
|
||||
// Temporary flag to test critical edge unsplitting.
|
||||
static cl::opt<cl::boolOrDefault>
|
||||
static cl::opt<bool>
|
||||
EnableJoinSplits("join-splitedges",
|
||||
cl::desc("Coalesce copies on split edges (default=subtarget)"),
|
||||
cl::init(cl::BOU_UNSET), cl::Hidden);
|
||||
cl::desc("Coalesce copies on split edges (default=subtarget)"), cl::Hidden);
|
||||
|
||||
// Temporary flag to test global copy optimization.
|
||||
static cl::opt<cl::boolOrDefault>
|
||||
|
Loading…
x
Reference in New Issue
Block a user