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 e49ef77 commit 2b150bfCopy full SHA for 2b150bf
unittests/SILOptimizer/PartitionUtilsTest.cpp
@@ -100,7 +100,7 @@ struct MockedPartitionOpEvaluatorWithFailureCallback final
100
llvm_unreachable("Unsupported");
101
case PartitionOpError::LocalUseAfterSend: {
102
auto state = error.getLocalUseAfterSendError();
103
- failureCallback(state.op, state.sentElement, state.sendingOp);
+ failureCallback(*state.op, state.sentElement, state.sendingOp);
104
}
105
106
0 commit comments