mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-29 14:20:29 +00:00
Use false rather than 0 for a boolean value. NFC.
llvm-svn: 268279
This commit is contained in:
parent
9733cc18ce
commit
583671304d
@ -93,7 +93,7 @@ static cl::opt<unsigned> SpecExecMaxNotHoisted(
|
||||
"exceeds this limit."));
|
||||
|
||||
static cl::opt<bool> SpecExecOnlyIfDivergentTarget(
|
||||
"spec-exec-only-if-divergent-target", cl::init(0), cl::Hidden,
|
||||
"spec-exec-only-if-divergent-target", cl::init(false), cl::Hidden,
|
||||
cl::desc("Speculative execution is applied only to targets with divergent "
|
||||
"branches, even if the pass was configured to apply only to all "
|
||||
"targets."));
|
||||
|
Loading…
Reference in New Issue
Block a user