Skip to content

Commit

Permalink
Rename basic block splitting flag to avoid conflict with opt
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinaldini Julien committed Nov 5, 2014
1 parent 5ea70f0 commit 7e34791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Transforms/IPO/PassManagerBuilder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ static cl::opt<bool> Substitution("sub", cl::init(false),
static cl::opt<std::string> AesSeed("aesSeed", cl::init(""),
cl::desc("seed for the AES-CTR PRNG"));

static cl::opt<bool> Split("split", cl::init(false),
static cl::opt<bool> Split("spli", cl::init(false),
cl::desc("Enable basic block splitting"));

PassManagerBuilder::PassManagerBuilder() {
Expand Down

0 comments on commit 7e34791

Please sign in to comment.