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:
Andrew Trick 2012-11-13 22:19:48 +00:00
parent 3106aa125e
commit a6aae0273a

View File

@ -65,10 +65,9 @@ EnableJoining("join-liveintervals",
cl::init(true)); cl::init(true));
// Temporary flag to test critical edge unsplitting. // Temporary flag to test critical edge unsplitting.
static cl::opt<cl::boolOrDefault> static cl::opt<bool>
EnableJoinSplits("join-splitedges", EnableJoinSplits("join-splitedges",
cl::desc("Coalesce copies on split edges (default=subtarget)"), cl::desc("Coalesce copies on split edges (default=subtarget)"), cl::Hidden);
cl::init(cl::BOU_UNSET), cl::Hidden);
// Temporary flag to test global copy optimization. // Temporary flag to test global copy optimization.
static cl::opt<cl::boolOrDefault> static cl::opt<cl::boolOrDefault>