diff options
Diffstat (limited to 'llvm/lib/CodeGen/MachineBlockPlacement.cpp')
-rw-r--r-- | llvm/lib/CodeGen/MachineBlockPlacement.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MachineBlockPlacement.cpp b/llvm/lib/CodeGen/MachineBlockPlacement.cpp index e652105..eec6022 100644 --- a/llvm/lib/CodeGen/MachineBlockPlacement.cpp +++ b/llvm/lib/CodeGen/MachineBlockPlacement.cpp @@ -411,7 +411,7 @@ class MachineBlockPlacement : public MachineFunctionPass { /// True: use block profile count to compute tail duplication cost. /// False: use block frequency to compute tail duplication cost. - bool UseProfileCount; + bool UseProfileCount = false; /// Allocator and owner of BlockChain structures. /// |