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.
1 parent e3bea69 commit 0b1ac25Copy full SHA for 0b1ac25
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