1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Revert -join-splitedges to a boolean cmd line option.

llvm-svn: 167880
This commit is contained in:
Andrew Trick 2012-11-13 22:19:48 +00:00
parent e5651a379a
commit c270e951de

View File

@ -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>