diff options
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/include/llvm/CodeGen/MachineFunction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/CodeGen/MachineFunction.h b/llvm/include/llvm/CodeGen/MachineFunction.h index 640f8dbc831..d1c09c672f2 100644 --- a/llvm/include/llvm/CodeGen/MachineFunction.h +++ b/llvm/include/llvm/CodeGen/MachineFunction.h @@ -149,7 +149,7 @@ class MachineFunction { /// the attribute itself. /// This is used to limit optimizations which cannot reason /// about the control flow of such functions. - bool ExposesReturnsTwice; + bool ExposesReturnsTwice = false; /// True if the function includes any inline assembly. bool HasInlineAsm; |