diff options
Diffstat (limited to 'llvm/lib/CodeGen/MIRParser')
-rw-r--r-- | llvm/lib/CodeGen/MIRParser/MIParser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/MIRParser/MIParser.cpp b/llvm/lib/CodeGen/MIRParser/MIParser.cpp index 16cade09f21..080b94526a6 100644 --- a/llvm/lib/CodeGen/MIRParser/MIParser.cpp +++ b/llvm/lib/CodeGen/MIRParser/MIParser.cpp @@ -1701,7 +1701,7 @@ bool MIParser::parseDILocation(MDNode *&Loc) { unsigned Column = 0; MDNode *Scope = nullptr; MDNode *InlinedAt = nullptr; - bool ImplicitCode; + bool ImplicitCode = false; if (expectAndConsume(MIToken::lparen)) return true; |