We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e3bea69 + 0b1ac25 commit d6ec2e7Copy full SHA for d6ec2e7
lldb/source/Plugins/ExpressionParser/Swift/SwiftSILManipulator.cpp
@@ -37,7 +37,7 @@ swift::SILValue SwiftSILManipulator::emitLValueForVariable(
37
swift::VarDecl *var, SwiftExpressionParser::SILVariableInfo &info) {
38
swift::SILFunction &function = m_builder.getFunction();
39
40
- swift::SILBasicBlock &entry_block = *function.getBlocks().begin();
+ swift::SILBasicBlock &entry_block = *function.getEntryBlock();
41
42
swift::SILArgument *struct_argument = nullptr;
43
0 commit comments